summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fec770e)
raw | patch | inline | side by side (parent: fec770e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 4 Jun 2008 07:13:49 +0000 (07:13 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 4 Jun 2008 07:13:49 +0000 (07:13 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11189 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/ogroups/goto/class_termgroup.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/ogroups/goto/class_termgroup.inc b/gosa-plugins/goto/admin/ogroups/goto/class_termgroup.inc
index 852a3622c19653c97e411ca2a08d721ce8bd615e..aed00abe36d84fe587b883977efcf21dd498fdc1 100644 (file)
foreach ($this->members as $cn => $macAddress){
$macaddresses[]= $macAddress;
}
-
- gosaSupportDaemon::send("gosa_trigger_action_".$_POST['saction'], "255.255.255.255", $macaddresses);
+ gosaSupportDaemon::send("gosa_trigger_action_".$_POST['saction'], $macaddresses);
}