summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0ea3904)
raw | patch | inline | side by side (parent: 0ea3904)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 21 May 2008 13:57:10 +0000 (13:57 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 21 May 2008 13:57:10 +0000 (13:57 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10987 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 3732d034fe04c0d4f94575f6a6017f7fc033be30..a1ae2aa3c00a6d6326f09fa99955e05d9a88b863 100644 (file)
protected $visible_for = HIDDEN_EVENT;
- protected $attributes = array();
+ protected $attributes = array("timestamp");
function set_type($type)
{
*/
public function set_value($name,$value)
{
+ $name = strtolower($name);
if(isset($this->$name) && in_array($name,$this->attributes)){
$this->$name = $value;
}