]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 212361: Additional Comments date had month and day swapped in bug change emails
authorjustdave%syndicomm.com <>
Fri, 11 Jul 2003 23:12:09 +0000 (23:12 +0000)
committerjustdave%syndicomm.com <>
Fri, 11 Jul 2003 23:12:09 +0000 (23:12 +0000)
r= jaypee, a= justdave

globals.pl

index d8d11be535d4c8b3ec0efc563ce5a80a10334bcb..73445f98ae53030810603cf6d855a164efa4475c 100644 (file)
@@ -1012,7 +1012,7 @@ sub GetLongDescriptionAsText {
     my $result = "";
     my $count = 0;
     my $anyprivate = 0;
-    my ($query) = ("SELECT profiles.login_name, DATE_FORMAT(longdescs.bug_when,'%Y.%d.%m %H:%i'), " .
+    my ($query) = ("SELECT profiles.login_name, DATE_FORMAT(longdescs.bug_when,'%Y.%m.%d %H:%i'), " .
                    "       longdescs.thetext, longdescs.isprivate " .
                    "FROM   longdescs, profiles " .
                    "WHERE  profiles.userid = longdescs.who " .