From: hickert Date: Wed, 21 May 2008 05:21:54 +0000 (+0000) Subject: Added devlivery_time to notify event. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=19540d112348b1207f948d4324c93663046f0835;p=gosa.git Added devlivery_time to notify event. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10972 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_notify.inc b/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_notify.inc index 533723c30..a588ff7da 100644 --- a/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_notify.inc +++ b/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_notify.inc @@ -199,6 +199,7 @@ class DaemonEvent_notify extends DaemonEvent public function save() { $ret = DaemonEvent::save(); + $ret['delivery_time'] = $ret['timestamp']; $ret['users'] = array_values( $ret['users']); $ret['groups'] = array_values( $ret['groups']); $ret['subject'] = base64_encode($ret['subject']);