From c4d3493b6cc43ef013d8d9d1dd23db50c4d5d928 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 17 Apr 2008 06:30:52 +0000 Subject: [PATCH] Removed debug output git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10524 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_gosaSupportDaemon.inc | 21 ++++++++----------- 1 file changed, 9 insertions(+), 12 deletions(-) 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']); } -- 2.30.2