summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f9865af)
raw | patch | inline | side by side (parent: f9865af)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 27 Feb 2008 13:52:27 +0000 (13:52 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 27 Feb 2008 13:52:27 +0000 (13:52 +0000) |
-Event handling .
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9175 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9175 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/systems/admin/systems/class_systemManagement.inc | patch | blob | history |
diff --git a/gosa-plugins/systems/admin/systems/class_systemManagement.inc b/gosa-plugins/systems/admin/systems/class_systemManagement.inc
index 8f8d44e369a28b7da2d5123d823c41fdcd0cd9cc..e2d733c232b0d5b5536008534d2d7b4fc957e2c2 100644 (file)
$o_queue = new gosaSupportDaemon();
foreach($targets as $target){
$data['macaddress'] = $target;
- $o_queue->send_data($header,$target,$data,!$save_events_directly);
+ $o_queue->send_data($header,$target,$data,TRUE);
if($o_queue->is_error()){
msg_dialog::display(_("Daemon"),sprintf(_("Something went wrong while talking to the daemon: %s."),
$o_queue->get_error()),ERROR_DIALOG);