summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 48ceed1)
raw | patch | inline | side by side (parent: 48ceed1)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 17 Sep 2009 08:19:37 +0000 (08:19 +0000) | ||
committer | hickert <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
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 | patch | blob | history |
diff --git a/gosa-plugins/goto/addons/goto/events/class_DaemonEvent.inc b/gosa-plugins/goto/addons/goto/events/class_DaemonEvent.inc
index 71c9c06514127de2f2e0aff9fd49310035e35f48..f6b5d916f1f3fc74e7b20685f5e5d98b771e16e3 100644 (file)
$ret['periodic'] = "none";
if($this-> activate_periodical_job){
- $ret['periodic']= array($this->periodType => $this->periodValue);
+ $ret['periodic']= $this->periodValue."_".$this->periodType;
}
return($ret);