X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Ffiscalyears.php;h=a974e4a2d2a09bdc4fc5343879cf81b4ff537e74;hb=5bc87f4965ed7601c1580512b41f78762389f3c3;hp=7a4b2a36c4104141affa3f0f665e6963facf148c;hpb=3f361f69940fa9c2e0ff68657c6345ca0f14256f;p=fa-stable.git diff --git a/admin/fiscalyears.php b/admin/fiscalyears.php index 7a4b2a36..a974e4a2 100644 --- a/admin/fiscalyears.php +++ b/admin/fiscalyears.php @@ -21,7 +21,7 @@ include_once($path_to_root . "/admin/db/maintenance_db.inc"); $js = ""; if ($use_date_picker) $js .= get_js_date_picker(); -page(_("Fiscal Years"), false, false, "", $js); +page(_($help_context = "Fiscal Years"), false, false, "", $js); simple_page_mode(true); //---------------------------------------------------------------------------------------------