mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 13:58:40 +01:00
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