Removed many global variables from config.default.php to GL Setup, Company Setup...
[fa-stable.git] / dimensions / inquiry / search_dimensions.php
index ccf72adaa055717e005ec5e30ff49c31f42eb085..8a3330467cde2bf1e85509625c61f3db5f177a89 100644 (file)
@@ -20,7 +20,7 @@ include_once($path_to_root . "/includes/ui.inc");
 $js = "";
 if ($use_popup_windows)
        $js .= get_js_open_window(800, 500);
-if ($use_date_picker)
+if (user_use_date_picker())
        $js .= get_js_date_picker();
 
 if (isset($_GET['outstanding_only']) && $_GET['outstanding_only'])