fix line endings, removed old code

This commit is contained in:
Uwe Steinmann 2013-03-05 13:04:58 +01:00
parent 4a739b35ac
commit 6c7247eca5

View File

@ -84,9 +84,6 @@ if (!$document->remove()) {
getMLText("comment").": ".$document->getComment()."\r\n". getMLText("comment").": ".$document->getComment()."\r\n".
getMLText("user").": ".$user->getFullName()." <". $user->getEmail() ."> "; getMLText("user").": ".$user->getFullName()." <". $user->getEmail() ."> ";
// $subject=mydmsDecodeString($subject);
// $message=mydmsDecodeString($message);
// Send notification to subscribers. // Send notification to subscribers.
$notifier->toList($user, $nl["users"], $subject, $message); $notifier->toList($user, $nl["users"], $subject, $message);
foreach ($nl["groups"] as $grp) { foreach ($nl["groups"] as $grp) {