summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b129b4f)
raw | patch | inline | side by side (parent: b129b4f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 2 Oct 2008 11:36:30 +0000 (11:36 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 2 Oct 2008 11:36:30 +0000 (11:36 +0000) |
-Target was added automatically, added option to avoid this.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12592 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12592 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/addons/goto/events/class_DaemonEvent_goto_reload.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_goto_reload.inc b/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_goto_reload.inc
index 00e431dc10583553086bb26dff315f10da757ae2..3f91b49eb6f58c927274cee3995da9b9e7fbdd2e 100644 (file)
class DaemonEvent_goto_reload extends DaemonEvent
{
var $visible_for = SYSTEM_EVENT;
+ var $mac = array();
+ protected $attributes = array("mac");
+
+ public function set_macs($macs)
+ {
+ $this->mac = $macs;
+ }
+
public function __construct($config,$data = array())
{
DaemonEvent::__construct($config,$data);