From: hickert Date: Wed, 20 Feb 2008 14:08:01 +0000 (+0000) Subject: Updated gosaDaemon class. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2c0d01a7eefa84cbe5f8452aef005ff4f402b5de;p=gosa.git Updated gosaDaemon class. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8992 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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); }