forked from extern/egroupware
not used anymore
This commit is contained in:
parent
bdf7f84a23
commit
f4dc91428b
@ -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());
|
|
||||||
}
|
|
||||||
?>
|
|
Loading…
Reference in New Issue
Block a user