Code

Fixed si function
[gosa.git] / gosa-core / include / class_gosaSupportDaemon.inc
index 4ce19bc7211be3536bde6ca9c7d3370e008679ad..7d8a4f494c94a1a8a041f0909cff547805d6fbcf 100644 (file)
@@ -144,6 +144,7 @@ class gosaSupportDaemon
       "<release>".$release."</release>".
       "</xml>";
 
+    $ret = array();
     if($this->connect()){
       $this->o_sock->write($xml_msg);
       $str = trim($this->o_sock->read());
@@ -940,6 +941,7 @@ class gosaSupportDaemon
       $tags.
       "</xml>";
 
+    $xml_msg ="<xml><header>gosa_count_jobdb</header><target>GOSA</target><source>GOSA</source></xml>";
     $this->connect();
     if($this->connect()){
       $this->o_sock->write($xml_msg);