X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fsysnames.inc;h=c5667300796c470f76ea0a1d8aeaedde971a2b0a;hb=577328a5a3a3d5cd6e2252798a355fa20a8f591e;hp=7c296ad9632ab1ef910b4884bb44d4bf09d8149e;hpb=3f3cfa578adbc2b71f4fd9c8d0f5536d26af43d8;p=fa-stable.git diff --git a/includes/sysnames.inc b/includes/sysnames.inc index 7c296ad9..c5667300 100644 --- a/includes/sysnames.inc +++ b/includes/sysnames.inc @@ -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")); +