From 00496beed9da870a41f138f458c130f63c5c557d Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 13 Mar 2008 10:20:06 +0000 Subject: [PATCH] Updated daemon event git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9728 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_gosaSupportDaemon.inc | 1 - 1 file changed, 1 deletion(-) 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{ -- 2.30.2