Code

Fixed undefined index.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 21 Apr 2008 12:23:18 +0000 (12:23 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 21 Apr 2008 12:23:18 +0000 (12:23 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10583 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_gosaSupportDaemon.inc

index 7d8a4f494c94a1a8a041f0909cff547805d6fbcf..c383f03bb76b901c296fc37162ef1e8c805c195f 100644 (file)
@@ -188,6 +188,7 @@ class gosaSupportDaemon
       "<select>distinct section</select>".
       "<where><clause><phrase><distribution>".$release."</distribution></phrase></clause></where></xml>";
 
+    $ret = array();
     if($this->connect()){
       $this->o_sock->write($xml_msg);
       $str = trim($this->o_sock->read());