From 5aae40ace8f5b69c38dc663b7a62472e873c78a9 Mon Sep 17 00:00:00 2001 From: henoheno Date: Sat, 5 Mar 2005 23:31:12 +0900 Subject: [PATCH] BugTrack2/25: Fix format_date() returns incorrect order of date string '2005-03-06 08:29:04 (week)' => '2005-03-06 (week) 08:29:04' (Patched by Mizar) --- lib/func.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/func.php b/lib/func.php index a9b1dfa..9761b06 100644 --- a/lib/func.php +++ b/lib/func.php @@ -1,6 +1,6 @@