Release 1.0.1 established on SourceForge, fixing the bugs and including a Date Picker...
[fa-stable.git] / dimensions / inquiry / search_dimensions.php
index f659092be0136597d1e17a96d6a26c64322a6af3..02a78f1d10e284c274ee6b3b722754e317c5fa65 100644 (file)
@@ -10,6 +10,8 @@ include_once($path_to_root . "/includes/ui.inc");
 $js = "";
 if ($use_popup_windows)
        $js .= get_js_open_window(800, 500);
+if ($use_date_picker)  
+       $js .= get_js_date_picker();
 
 if ($_GET['outstanding_only']) 
 {