summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1a4c446)
raw | patch | inline | side by side (parent: 1a4c446)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 21 May 2008 05:21:54 +0000 (05:21 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 21 May 2008 05:21:54 +0000 (05:21 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10972 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/addons/goto/events/class_DaemonEvent_notify.inc | patch | blob | history |
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 533723c305cd676b2df97b78482018fecf0af884..a588ff7da5fe3cc81126b14f38c07deb75588e37 100644 (file)
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']);