From: hickert Date: Thu, 17 Apr 2008 06:30:52 +0000 (+0000) Subject: Removed debug output X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c4d3493b6cc43ef013d8d9d1dd23db50c4d5d928;p=gosa.git Removed debug output git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10524 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_gosaSupportDaemon.inc b/gosa-core/include/class_gosaSupportDaemon.inc index 7ae5e3ccd..4ce19bc72 100644 --- a/gosa-core/include/class_gosaSupportDaemon.inc +++ b/gosa-core/include/class_gosaSupportDaemon.inc @@ -419,25 +419,23 @@ class gosaSupportDaemon } $xml_msg = -" + "
gosa_query_jobdb
GOSA GOSA ".$tags." ".$sort.""; -if($from != -1 && $to != -1){ -$xml_msg.= " - - ".$from." - ".$to." - "; -} -$xml_msg.= " + if($from != -1 && $to != -1){ + $xml_msg.= " + + ".$from." + ".$to." + "; + } + $xml_msg.= "
"; - echo htmlentities($xml_msg); - if($this->connect()){ $this->o_sock->write($xml_msg); $str = trim($this->o_sock->read()); @@ -954,7 +952,6 @@ $xml_msg.= " } $entries = $this->xml_to_array($str); - print_a($entries); if(isset($entries['XML'])){ return($entries['XML']['COUNT']); }