diff --git a/lib/front/front.class.php b/lib/front/front.class.php index e935a53637..4eb513907f 100644 --- a/lib/front/front.class.php +++ b/lib/front/front.class.php @@ -98,7 +98,7 @@ class html extends baseHTML static public function select($name = '', $options = array(), $selectedItems = "", $attrib = "", $append = false) { global $app; - static $dataKeys = array(); + static $dataKeys; $options = (array)($options); if($append and !isset($options[$selectedItems])) $options[$selectedItems] = $selectedItems; @@ -113,13 +113,8 @@ class html extends baseHTML $string = "