]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
Fix for bug 232150: Corrects "field changed" queries including [Bug creation] as...
authormyk%mozilla.org <>
Mon, 26 Jan 2004 12:04:28 +0000 (12:04 +0000)
committermyk%mozilla.org <>
Mon, 26 Jan 2004 12:04:28 +0000 (12:04 +0000)
commit9e902ebec4fb35ba8cd566905914adcd189dc99a
treedf00cfcda1baf454b66c868700586a72529353b4
parent088be66b9eb596c5faf21753a0b01b89161857cb
Fix for bug 232150: Corrects "field changed" queries including [Bug creation] as one of the fields so that they actually work instead of taking forever.  The query was structured as "[Bug creation] clause OR (bugs_activity JOIN clause OR (other field clauses))" when it should have been "bugs_activity JOIN CLAUSE AND ([Bug creation] clause OR other field clauses)"
r=bbaetz
a=myk
Bugzilla/Search.pm