mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +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"));
|
||||
}
|
||||
|
||||
//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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user