Fixed a couple of problems in installation procedures.
[fa-stable.git] / includes / sysnames.inc
index 7c296ad9632ab1ef910b4884bb44d4bf09d8149e..c5667300796c470f76ea0a1d8aeaedde971a2b0a 100644 (file)
@@ -196,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"));
+