Stable merged into unstable again (due to failure on binary file during previous...
[fa-stable.git] / includes / date_functions.inc
index 343e56ad3540aa746c64012ccef5a655f7971b82..d1aacdf8302f7fbbf80da6089a8b16e86b19fda3 100644 (file)
@@ -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_);