]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
Fix for bug 86300 - If a bug didn't exist and GetBugLink() tried to create a tooltip...
authorjake%acutex.net <>
Mon, 12 Nov 2001 21:43:59 +0000 (21:43 +0000)
committerjake%acutex.net <>
Mon, 12 Nov 2001 21:43:59 +0000 (21:43 +0000)
commitc271e309aa43704ee75d0257d46788a0e85cdd03
tree11d5ea4720a3025c865d446b2442e2e5c10e0489
parent919d42e2fbce4e1d7d5094b1cf747b3914165ccf
Fix for bug 86300 - If a bug didn't exist and GetBugLink() tried to create a tooltip for it, you'd get uninitialized variables warnings in your error log.  This path also introduces a cache so if the same bug # is mentioned more than once during the same running of the script, it only has to query the database once.
r= mattyt, gerv
globals.pl