not used anymore

This commit is contained in:
Ralf Becker 2008-06-07 09:47:16 +00:00
parent bdf7f84a23
commit f4dc91428b

View File

@ -1,11 +0,0 @@
<?php
$notification = new notification();
$notification->set_message($body);
$notification->set_receivers(array($userid));
try {
$notification->send();
}
catch(Exception $exception) {
error_log($exception->getMessage());
}
?>