Cleanup: removed all closing tags in php files.
[fa-stable.git] / dimensions / dimension_entry.php
index 0777c2a3adc25f106dbb2fcacf0234e37522cbdb..d5c4f2a9fab9b6daa1fe83bd1e4488477f2a7c84 100644 (file)
@@ -22,7 +22,7 @@ include_once($path_to_root . "/dimensions/includes/dimensions_db.inc");
 include_once($path_to_root . "/dimensions/includes/dimensions_ui.inc");
 
 $js = "";
-if ($use_date_picker)
+if (user_use_date_picker())
        $js .= get_js_date_picker();
 page(_($help_context = "Dimension Entry"), false, false, "", $js);
 
@@ -223,7 +223,7 @@ if (isset($_POST['reopen']))
 
 start_form();
 
-start_table($table_style2);
+start_table(TABLESTYLE2);
 
 if ($selected_id != -1)
 {
@@ -307,4 +307,3 @@ end_form();
 
 end_page();
 
-?>