From: hickert Date: Fri, 11 Nov 2005 08:37:12 +0000 (+0000) Subject: Fixed undefined index str X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6cfec50695f35a64e49f23986cb50eb2d1acf291;p=gosa.git Fixed undefined index str git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1916 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/class_divSelectBox.inc b/include/class_divSelectBox.inc index 14ffd0c24..303c37e1c 100644 --- a/include/class_divSelectBox.inc +++ b/include/class_divSelectBox.inc @@ -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){