diff options
author | terry%mozilla.org <> | 1999-12-04 04:30:49 +0100 |
---|---|---|
committer | terry%mozilla.org <> | 1999-12-04 04:30:49 +0100 |
commit | 0a8567206978a9d79d356f425d3464cec0cc44a0 (patch) | |
tree | a048c1c09d3d8eb3fc8916deaf2b3a9b90c5b92f | |
parent | 95d743ca823afccd8e6a106926cd7b9798b5ca2b (diff) | |
download | bugzilla-0a8567206978a9d79d356f425d3464cec0cc44a0.tar.gz bugzilla-0a8567206978a9d79d356f425d3464cec0cc44a0.tar.xz |
Oops; previous patch caused extra percent-signs to appear in installations running older versions of MySQL.
-rw-r--r-- | bug_form.pl | 2 |
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) |