summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ed65b42)
raw | patch | inline | side by side (parent: ed65b42)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 1 Feb 2008 14:29:22 +0000 (14:29 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 1 Feb 2008 14:29:22 +0000 (14:29 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8726 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 ff9239bf042c9a391f027f6544b1d37e5f8347b7..4e3338458434a6c5a7169d9078bafa2a373dd65f 100644 (file)
$macaddresses[]= $macAddress;
}
- gosaSupportDaemon::send("gosa_trigger_action_".$_POST['saction'], "255.255.255.255", $macaddresses);
+ print_red("trigger action is missing");
+ #gosaSupportDaemon::send("gosa_trigger_action_".$_POST['saction'], "255.255.255.255", $macaddresses);
/* Update members fai state */
$this->update_term_member_FAIstate(trim($_POST['saction']));