fix line endings, remove some old code

This commit is contained in:
Uwe Steinmann 2013-03-05 09:18:21 +01:00
parent e78fdaf32a
commit 49d6099462

View File

@ -127,9 +127,6 @@ if ($_GET["type"]=="document"){
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);
}
}