Code

Applied planned layout modifications
[gosa.git] / include / class_divlist.inc
index 49e671e26298e93f490e1dd6eba6364192b8bf50..d94da0bfe8987ea2b7338de71add320fca6fc4b5 100644 (file)
@@ -117,9 +117,7 @@ class divlist {
 
                $appendempty = ($this->_numentries() -$start);
 
-
-
-               for($i = $start ; $i <= $stop;$i++){
+               for($i = $start ; $i < $stop;$i++){
                        
                        if(isset($this->a_entries[$i])){