From: hickert Date: Thu, 17 Sep 2009 08:19:37 +0000 (+0000) Subject: Updated periodical job handling. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=88d5eebe34eba72d40132d56435ef1888c53854c;p=gosa.git Updated periodical job handling. -Use a single 7_days instead of nested ones. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14262 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/addons/goto/events/class_DaemonEvent.inc b/gosa-plugins/goto/addons/goto/events/class_DaemonEvent.inc index 71c9c0651..f6b5d916f 100644 --- a/gosa-plugins/goto/addons/goto/events/class_DaemonEvent.inc +++ b/gosa-plugins/goto/addons/goto/events/class_DaemonEvent.inc @@ -494,7 +494,7 @@ class DaemonEvent $ret['periodic'] = "none"; if($this-> activate_periodical_job){ - $ret['periodic']= array($this->periodType => $this->periodValue); + $ret['periodic']= $this->periodValue."_".$this->periodType; } return($ret);