Cleanup: removed all closing tags in php files.
[fa-stable.git] / gl / inquiry / gl_trial_balance.php
index bfb6a5477b2ba862a0c1361934c472a6304d1cc2..c49b9a166decbe2f33fa7fc15440e15c338096a0 100644 (file)
@@ -22,7 +22,7 @@ include_once($path_to_root . "/includes/data_checks.inc");
 include_once($path_to_root . "/gl/includes/gl_db.inc");
 
 $js = "";
-if ($use_date_picker)
+if (user_use_date_picker())
        $js = get_js_date_picker();
 
 page(_($help_context = "Trial Balance"), false, false, "", $js);
@@ -245,5 +245,3 @@ while ($class = db_fetch($classresult))
 
 end_page();
 
-?>
-