summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bc9799c)
raw | patch | inline | side by side (parent: bc9799c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 17 Apr 2008 06:30:52 +0000 (06:30 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 17 Apr 2008 06:30:52 +0000 (06:30 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10524 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 7ae5e3ccd28d2dc02e0be6c267b42d3b043bd12b..4ce19bc7211be3536bde6ca9c7d3370e008679ad 100644 (file)
}
$xml_msg =
-"<xml>
+ "<xml>
<header>gosa_query_jobdb</header>
<target>GOSA</target>
<source>GOSA</source>
".$tags."
<orderby>".$sort."</orderby>";
-if($from != -1 && $to != -1){
-$xml_msg.= "
- <limit>
- <from>".$from."</from>
- <to>".$to."</to>
- </limit>";
-}
-$xml_msg.= "
+ if($from != -1 && $to != -1){
+ $xml_msg.= "
+ <limit>
+ <from>".$from."</from>
+ <to>".$to."</to>
+ </limit>";
+ }
+ $xml_msg.= "
</xml>";
- echo htmlentities($xml_msg);
-
if($this->connect()){
$this->o_sock->write($xml_msg);
$str = trim($this->o_sock->read());
}
$entries = $this->xml_to_array($str);
- print_a($entries);
if(isset($entries['XML'])){
return($entries['XML']['COUNT']);
}