Code

Updated periodical job handling.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 17 Sep 2009 08:19:37 +0000 (08:19 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 17 Sep 2009 08:19:37 +0000 (08:19 +0000)
-Use a single <tag>7_days instead of nested ones.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14262 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/addons/goto/events/class_DaemonEvent.inc

index 71c9c06514127de2f2e0aff9fd49310035e35f48..f6b5d916f1f3fc74e7b20685f5e5d98b771e16e3 100644 (file)
@@ -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);