Code

Removed get_sub_list when not in subsearch
[gosa.git] / gosa-core / include / class_tabs.inc
index aa70a46262944de6fd532aa4bea0eec0d1a6241b..4d5c69512fb5e7abb48a9cbd389b5dcdf97d06d5 100644 (file)
@@ -179,7 +179,7 @@ class tabs
         $notify= "";
       }
 
-      if ($_SESSION['js']==FALSE){     
+      if (session::get('js')==FALSE){  
         $display.= "<div ".$notify." class=\"$style[$index]\"><input type=\"submit\" name=\"$class\"".
           " class=\"$style[$index]\" value=\"$title\"";
       } else {