From a2b2df30c041c436715fd90b74d5f8d7216dedb7 Mon Sep 17 00:00:00 2001 From: steinm Date: Thu, 27 Oct 2011 07:56:48 +0000 Subject: [PATCH] - replaced comments in german --- op/op.DocumentNotify.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/op/op.DocumentNotify.php b/op/op.DocumentNotify.php index 5e1d90eca..e0ad9df59 100644 --- a/op/op.DocumentNotify.php +++ b/op/op.DocumentNotify.php @@ -67,7 +67,7 @@ if ($document->getAccessMode($user) < M_READ) { UI::exitError(getMLText("document_title", array("documentname" => $document->getName())),getMLText("access_denied")); } -//Benachrichtigung löschen ------------------------------------------------------------------------ +// delete notification if ($action == "delnotify"){ if (isset($userid)) { if($res = $document->removeNotify($userid, true)) { @@ -124,8 +124,8 @@ if ($action == "delnotify"){ break; } } - - //Benachrichtigung hinzufügen --------------------------------------------------------------------- + +// add notification else if ($action == "addnotify") { if ($userid != -1) {