- removed old code

This commit is contained in:
steinm 2012-10-09 10:04:09 +00:00
parent 4e163c4a2b
commit 606ac4c186

View File

@ -62,9 +62,6 @@ if ($folder->remove()) {
getMLText("comment").": ".$folder->_comment."\r\n".
"URL: ###URL_PREFIX###out/out.ViewFolder.php?folderid=".$folder->_id."\r\n";
// $subject=mydmsDecodeString($subject);
// $message=mydmsDecodeString($message);
$notifier->toList($user, $folder->_notifyList["users"], $subject, $message);
foreach ($folder->_notifyList["groups"] as $grp) {
$notifier->toGroup($user, $grp, $subject, $message);