From 0a8567206978a9d79d356f425d3464cec0cc44a0 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Sat, 4 Dec 1999 03:30:49 +0000 Subject: Oops; previous patch caused extra percent-signs to appear in installations running older versions of MySQL. --- bug_form.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bug_form.pl') diff --git a/bug_form.pl b/bug_form.pl index a39edf3d0..3d7179d78 100644 --- a/bug_form.pl +++ b/bug_form.pl @@ -145,7 +145,7 @@ select target_milestone, qa_contact, status_whiteboard, - date_format(creation_ts,'%Y-%m-%d %H:%i'), + date_format(creation_ts,'Y-m-d H:i'), groupset, delta_ts, sum(votes.count) -- cgit v1.2.3-24-g4f1b