summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ef53932)
raw | patch | inline | side by side (parent: ef53932)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 14 Sep 2009 12:23:08 +0000 (12:23 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 14 Sep 2009 12:23:08 +0000 (12:23 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14249 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 ae9078130eeba7f0843c11223f09f5767445bf94..71c9c06514127de2f2e0aff9fd49310035e35f48 100644 (file)
$ret['periodic'] = "none";
if($this-> activate_periodical_job){
- $ret['periodic'][$this->periodType] = $this->periodValue;
+ $ret['periodic']= array($this->periodType => $this->periodValue);
}
+
return($ret);
}