- replaced comments in german

This commit is contained in:
steinm 2011-10-27 07:56:48 +00:00
parent ba9eba14c9
commit a2b2df30c0

View File

@ -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)) {
@ -125,7 +125,7 @@ if ($action == "delnotify"){
}
}
//Benachrichtigung hinzufügen ---------------------------------------------------------------------
// add notification
else if ($action == "addnotify") {
if ($userid != -1) {