From: hickert Date: Tue, 22 Nov 2005 08:12:08 +0000 (+0000) Subject: Fixed divSelectList X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=32458582e84bb479bf8da4b00496424b82f05514;p=gosa.git Fixed divSelectList git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2004 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/class_divSelectBox.inc b/include/class_divSelectBox.inc index a46aaa719..1ee778a6f 100644 --- a/include/class_divSelectBox.inc +++ b/include/class_divSelectBox.inc @@ -107,9 +107,9 @@ class divSelectBox { } for($i = 0 ; $i < ($this->cols) ; $i ++){ if($i >= ($this->cols-1)){ - $s_return .= ""; + $s_return .= ""; }else{ - $s_return .= ""; + $s_return .= ""; } }