mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
remove some old code, replace german comment
This commit is contained in:
parent
bf54144cf7
commit
e78fdaf32a
|
@ -110,9 +110,6 @@ if ($action == "delnotify") {
|
|||
getMLText("comment").": ".$folder->getComment()."\r\n".
|
||||
"URL: ###URL_PREFIX###out/out.ViewFolder.php?folderid=".$folder->getID()."\r\n";
|
||||
|
||||
// $subject=mydmsDecodeString($subject);
|
||||
// $message=mydmsDecodeString($message);
|
||||
|
||||
if ($userid > 0) {
|
||||
$notifier->toIndividual($user, $obj, $subject, $message);
|
||||
}
|
||||
|
@ -124,7 +121,7 @@ if ($action == "delnotify") {
|
|||
}
|
||||
}
|
||||
|
||||
//Benachrichtigung hinzufügen ---------------------------------------------------------------------
|
||||
// Add notification ----------------------------------------------------------
|
||||
else if ($action == "addnotify") {
|
||||
|
||||
if ($userid != -1) {
|
||||
|
@ -161,9 +158,6 @@ else if ($action == "addnotify") {
|
|||
getMLText("comment").": ".$folder->getComment()."\r\n".
|
||||
"URL: ###URL_PREFIX###out/out.ViewFolder.php?folderid=".$folder->getID()."\r\n";
|
||||
|
||||
// $subject=mydmsDecodeString($subject);
|
||||
// $message=mydmsDecodeString($message);
|
||||
|
||||
$notifier->toIndividual($user, $obj, $subject, $message);
|
||||
}
|
||||
|
||||
|
@ -204,9 +198,6 @@ else if ($action == "addnotify") {
|
|||
getMLText("comment").": ".$folder->getComment()."\r\n".
|
||||
"URL: ###URL_PREFIX###out/out.ViewFolder.php?folderid=".$folder->getID()."\r\n";
|
||||
|
||||
// $subject=mydmsDecodeString($subject);
|
||||
// $message=mydmsDecodeString($message);
|
||||
|
||||
$notifier->toGroup($user, $obj, $subject, $message);
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue
Block a user