From: hickert Date: Thu, 13 Mar 2008 10:20:06 +0000 (+0000) Subject: Updated daemon event X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=00496beed9da870a41f138f458c130f63c5c557d;p=gosa.git Updated daemon event git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9728 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_gosaSupportDaemon.inc b/gosa-core/include/class_gosaSupportDaemon.inc index 4511c35e0..0c07fba09 100644 --- a/gosa-core/include/class_gosaSupportDaemon.inc +++ b/gosa-core/include/class_gosaSupportDaemon.inc @@ -653,7 +653,6 @@ $xml_msg.= " $request_answer = FALSE; if($event->get_type() == SCHEDULED_EVENT){ $action = $event->get_schedule_action(); - $request_answer = TRUE; }elseif($event->get_type() == TRIGGERED_EVENT){ $action = $event->get_trigger_action(); }else{