summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9740519)
raw | patch | inline | side by side (parent: 9740519)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 18 Sep 2008 12:03:05 +0000 (12:03 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 18 Sep 2008 12:03:05 +0000 (12:03 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12513 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 b1c854aa5024eeb52e5ac4d9670aba3b0c748f8b..a9c172219dde5485572afeef55668f999003478a 100644 (file)
"<header>gosa_get_available_kernel</header>".
"<source>GOSA</source>".
"<target>GOSA</target>".
- "<fai_release>".$release."</fai_release>".
+ "<release>".$release."</release>".
"</xml>";
$ret = array();
public function FAI_get_classes($name)
{
$xml_msg = "<xml><header>gosa_query_fai_release</header><target>GOSA</target><source>GOSA</source>".
- "<where><clause><phrase><fai_release>".$name."</fai_release></phrase></clause></where></xml>";;
+ "<where><clause><phrase><release>".$name."</release></phrase></clause></where></xml>";;
$ret = array();
if($this->connect()){