mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-30 21:47:30 +00:00
- replaced comments in german
This commit is contained in:
parent
ba9eba14c9
commit
a2b2df30c0
|
@ -67,7 +67,7 @@ if ($document->getAccessMode($user) < M_READ) {
|
||||||
UI::exitError(getMLText("document_title", array("documentname" => $document->getName())),getMLText("access_denied"));
|
UI::exitError(getMLText("document_title", array("documentname" => $document->getName())),getMLText("access_denied"));
|
||||||
}
|
}
|
||||||
|
|
||||||
//Benachrichtigung löschen ------------------------------------------------------------------------
|
// delete notification
|
||||||
if ($action == "delnotify"){
|
if ($action == "delnotify"){
|
||||||
if (isset($userid)) {
|
if (isset($userid)) {
|
||||||
if($res = $document->removeNotify($userid, true)) {
|
if($res = $document->removeNotify($userid, true)) {
|
||||||
|
@ -124,8 +124,8 @@ if ($action == "delnotify"){
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//Benachrichtigung hinzufügen ---------------------------------------------------------------------
|
// add notification
|
||||||
else if ($action == "addnotify") {
|
else if ($action == "addnotify") {
|
||||||
|
|
||||||
if ($userid != -1) {
|
if ($userid != -1) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user