Fixed an array_combine object issue.
[fa-stable.git] / includes / prefs / sysprefs.inc
index cade4c2df8c93ab3f84f7d5d87c76697b5c989f8..cce4769c563fcf3cfc80a58a65090ffe24e8af69 100644 (file)
@@ -38,6 +38,9 @@ class sys_prefs
 
                if (!$this->time_zone)
                        $this->time_zone = 'Europe/Berlin';
+                       
+               if (!isset($this->use_popup_search))
+                       $this->use_popup_search = false;
 
            ini_set('date.timezone', $this->time_zone);
        }