summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5b45ad3)
raw | patch | inline | side by side (parent: 5b45ad3)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 27 Mar 2008 08:29:33 +0000 (08:29 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 27 Mar 2008 08:29:33 +0000 (08:29 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10008 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_gosaSupportDaemon.inc | patch | blob | history |
diff --git a/gosa-core/include/class_gosaSupportDaemon.inc b/gosa-core/include/class_gosaSupportDaemon.inc
index de02dd55b3460e2a3537795290be0e39785e8305..b12358acec0911452a2e7f38d7961ecdc27979a7 100644 (file)
"<where><clause><phrase><distribution>".$release."</distribution></phrase></clause></where>
</xml>";
}else{
+ $xml_msg = "<xml><header>gosa_query_packages_list</header><target>GOSA</target><source>GOSA</source>".
+ "<select> ".trim($attr,", ")." </select>".
+ "<where><clause>
+ <connector>AND</connector>
+ <phrase><distribution>".$release."</distribution></phrase>
+ <phrase><package>".$package."</package></phrase>
+ </clause></where>
+ </xml>";
}
- echo htmlentities($xml_msg);
-
if($this->connect()){
$this->o_sock->write($xml_msg);
$str = trim($this->o_sock->read());