Fixed a couple of problems in installation procedures.
[fa-stable.git] / includes / sysnames.inc
index c14cccd63f7f428bcd7e8ca1392bbed15ba61db4..c5667300796c470f76ea0a1d8aeaedde971a2b0a 100644 (file)
@@ -182,7 +182,6 @@ $pterm_types = array(
        PTT_DAYS => _("After No. of Days"),
        PTT_FOLLOWING => _("Day In Following Month")
 );
-//----------------------------------------------------------------------------------
 
 $tax_algorithms = array( 
        TCA_LINES => _("Sum per line taxes"), 
@@ -197,4 +196,6 @@ $bank_owner_types = array(
        BO_SUPPLIER => _("Supplier")
 );
 
-?>
\ No newline at end of file
+// 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"));
+