From 2c0d01a7eefa84cbe5f8452aef005ff4f402b5de Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 20 Feb 2008 14:08:01 +0000 Subject: [PATCH] Updated gosaDaemon class. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8992 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_gosaSupportDaemon.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gosa-core/include/class_gosaSupportDaemon.inc b/gosa-core/include/class_gosaSupportDaemon.inc index adb819bae..a657419d6 100644 --- a/gosa-core/include/class_gosaSupportDaemon.inc +++ b/gosa-core/include/class_gosaSupportDaemon.inc @@ -579,7 +579,7 @@ $xml_msg.= " } - static function send($header, $to, $data= array()) + static function send($header, $to, $data= array(), $answer_expected = FALSE) { $xml_message= ""; @@ -591,7 +591,7 @@ $xml_msg.= " $xml_message.= "<$key>$value"; } - return $d->_send("
$header
GOSA$to".$xml_message."
"); + return $d->_send("
$header
GOSA$to".$xml_message."
",$answer_expected); } -- 2.30.2