Code

Updated gotoSupportDaemon::append
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 2 Oct 2008 11:36:30 +0000 (11:36 +0000)
committerhickert <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

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);