Code

Fixed undefined index str
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 11 Nov 2005 08:37:12 +0000 (08:37 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 11 Nov 2005 08:37:12 +0000 (08:37 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1916 594d385d-05f5-0310-b6e9-bd551577e9d8

include/class_divSelectBox.inc

index 14ffd0c244c72cd9b8f518f3df5c79c144e124ac..303c37e1cf97eb5125c15006d059a7759a7eabcb 100644 (file)
@@ -66,6 +66,7 @@ class divSelectBox {
                $s_key          = "";
                $s_return       = "";
                $i_alternate=0;
+    $str = "";
        
     /* If divlist is empty, append a single white entry */
     if(count($this->a_entries)==0){