From: hickert Date: Thu, 27 Mar 2008 08:29:33 +0000 (+0000) Subject: Updated package stuff. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3c3e9f35dbaa1a5d5fb5da3f61bc426a3c35abc3;p=gosa.git Updated package stuff. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10008 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_gosaSupportDaemon.inc b/gosa-core/include/class_gosaSupportDaemon.inc index de02dd55b..b12358ace 100644 --- a/gosa-core/include/class_gosaSupportDaemon.inc +++ b/gosa-core/include/class_gosaSupportDaemon.inc @@ -158,10 +158,16 @@ class gosaSupportDaemon "".$release." "; }else{ + $xml_msg = "
gosa_query_packages_list
GOSAGOSA". + "". + " + AND + ".$release." + ".$package." + +
"; } - echo htmlentities($xml_msg); - if($this->connect()){ $this->o_sock->write($xml_msg); $str = trim($this->o_sock->read());