summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cf8c954)
raw | patch | inline | side by side (parent: cf8c954)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 18 Mar 2008 15:00:50 +0000 (15:00 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 18 Mar 2008 15:00:50 +0000 (15:00 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9928 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 dcfe2dd44b55492d17da0b2b8179178e4c6caa11..ede15bc3671a273d7633e737902cbcfbae29ae5a 100644 (file)
public function FAI_get_classes($name)
{
$this->reset_error();
- $xml_msg = "<xml><header>gosa_query_fai_release</header><target>GOSA</target><source>GOSA</source><where><release>".$name."</release></where></xml>";;
+ $xml_msg = "<xml><header>gosa_query_fai_release</header><target>GOSA</target><source>GOSA</source>".
+ "<where><clause><phrase><release>".$name."</release></phrase></clause></where></xml>";;
$ret = array();
if($this->connect()){
$this->o_sock->write($xml_msg);