Moved declaration of short monthnames from config.default.php. Too early for translat...
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Thu, 4 Oct 2012 08:18:41 +0000 (10:18 +0200)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Thu, 4 Oct 2012 08:18:41 +0000 (10:18 +0200)
config.default.php
includes/sysnames.inc

index 43c2547c5589ab2972d9a4c218b9fd031db1e428..4948695794a091d13162e520a195052cb52740bf 100644 (file)
@@ -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 */
index 1b9f675487d2febb8b50d2172b62d6ceb10ab5ee..440ff528bda86b88d0ba9de6724cb6e2c4f4230e 100644 (file)
@@ -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