From: terry%mozilla.org <> Date: Sat, 4 Dec 1999 03:30:49 +0000 (+0000) Subject: Oops; previous patch caused extra percent-signs to appear in installations running... X-Git-Tag: bugzilla-2.12~499 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a8567206978a9d79d356f425d3464cec0cc44a0;p=thirdparty%2Fbugzilla.git Oops; previous patch caused extra percent-signs to appear in installations running older versions of MySQL. --- diff --git a/bug_form.pl b/bug_form.pl index a39edf3d03..3d7179d781 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)