fix line endings, remove old code

This commit is contained in:
Uwe Steinmann 2013-03-05 12:56:41 +01:00
parent ababf87bb8
commit 4a739b35ac

View File

@ -70,9 +70,6 @@ if (!$document->removeDocumentFile($fileid)) {
getMLText("user").": ".$user->getFullName()." <". $user->getEmail() .">\r\n".
"URL: ###URL_PREFIX###out/out.ViewDocument.php?documentid=".$document->getID()."\r\n";
// $subject=mydmsDecodeString($subject);
// $message=mydmsDecodeString($message);
$notifier->toList($user, $document->_notifyList["users"], $subject, $message);
foreach ($document->_notifyList["groups"] as $grp) {
$notifier->toGroup($user, $grp, $subject, $message);