summaryrefslogtreecommitdiffstats
path: root/bug_form.pl
diff options
context:
space:
mode:
authorterry%mozilla.org <>1999-12-04 04:30:49 +0100
committerterry%mozilla.org <>1999-12-04 04:30:49 +0100
commit0a8567206978a9d79d356f425d3464cec0cc44a0 (patch)
treea048c1c09d3d8eb3fc8916deaf2b3a9b90c5b92f /bug_form.pl
parent95d743ca823afccd8e6a106926cd7b9798b5ca2b (diff)
downloadbugzilla-0a8567206978a9d79d356f425d3464cec0cc44a0.tar.gz
bugzilla-0a8567206978a9d79d356f425d3464cec0cc44a0.tar.xz
Oops; previous patch caused extra percent-signs to appear in installations running older versions of MySQL.
Diffstat (limited to 'bug_form.pl')
-rw-r--r--bug_form.pl2
1 files changed, 1 insertions, 1 deletions
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)