X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fdate_functions.inc;h=d1aacdf8302f7fbbf80da6089a8b16e86b19fda3;hb=90b3d069d96b99671af51726e2953352738abb75;hp=343e56ad3540aa746c64012ccef5a655f7971b82;hpb=e9782c04faf09dd040dbc0c908cdb6e6d4f0dcfc;p=fa-stable.git diff --git a/includes/date_functions.inc b/includes/date_functions.inc index 343e56ad..d1aacdf8 100644 --- a/includes/date_functions.inc +++ b/includes/date_functions.inc @@ -348,7 +348,6 @@ and converts to a yyyy/mm/dd format */ $date_ = trim($date_); $year = $month = $day = 0; - // Split up the date by the separator based on "how" to split it if ($how == 0) // MMDDYYYY list($month, $day, $year) = explode($sep, $date_);