remove some old code, replace german comment

This commit is contained in:
Uwe Steinmann 2013-03-05 08:50:45 +01:00
parent bf54144cf7
commit e78fdaf32a

View File

@ -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;