Quick Entries. Wrong number of QE rows in presentation. Fixed.
[fa-stable.git] / dimensions / view / view_dimension.php
index b13420d99db4d71cae909fde7484411d0a94321e..8b658278a5380417471e43fd4213aa12df55e87f 100644 (file)
@@ -15,7 +15,7 @@ $path_to_root = "../..";
 include_once($path_to_root . "/includes/session.inc");
 
 $js = "";
-if ($use_date_picker)
+if (user_use_date_picker())
        $js .= get_js_date_picker();
 page(_($help_context = "View Dimension"), true, false, "", $js);
 
@@ -98,4 +98,3 @@ br(1);
 
 end_page(true, false, false, ST_DIMENSION, $id);
 
-?>