From 377198b444659f641f6dccaf123997bc24af8f12 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Thu, 4 Oct 2012 10:18:41 +0200 Subject: [PATCH] Moved declaration of short monthnames from config.default.php. Too early for translations. --- config.default.php | 3 --- includes/sysnames.inc | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.default.php b/config.default.php index 43c2547..4948695 100644 --- a/config.default.php +++ b/config.default.php @@ -144,9 +144,6 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ $dflt_date_fmt = 0; $dflt_date_sep = 0; - /* This month array is for use with the last 3 dateformats. */ - $tmonths = array("", _("Jan"),_("Feb"),_("Mar"),_("Apr"),_("May"),_("Jun"),_("Jul"),_("Aug"),_("Sep"),_("Oct"),_("Nov"),_("Dec")); - $pagesizes = array("Letter", "A4"); // default PDF pagesize /* Accounts Payable */ diff --git a/includes/sysnames.inc b/includes/sysnames.inc index 1b9f675..440ff52 100644 --- a/includes/sysnames.inc +++ b/includes/sysnames.inc @@ -182,5 +182,8 @@ $pterm_types = array( PTT_FOLLOWING => _("Day In Following Month") ); +//---------------------------------------------------------------------------------- +// This month array is for use with the last 3 dateformats. +$tmonths = array("", _("Jan"),_("Feb"),_("Mar"),_("Apr"),_("May"),_("Jun"),_("Jul"),_("Aug"),_("Sep"),_("Oct"),_("Nov"),_("Dec")); ?> \ No newline at end of file -- 2.30.2