]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
Bug 211758: checksetup.pl was trying to use params that didn't exist yet because...
authorjustdave%syndicomm.com <>
Tue, 8 Jul 2003 13:50:05 +0000 (13:50 +0000)
committerjustdave%syndicomm.com <>
Tue, 8 Jul 2003 13:50:05 +0000 (13:50 +0000)
commitbbb4e677fddfde681f70b7b02650f8496473e0c7
treec97b16dbafbcc39bb17748733dab0a3a609c6a33
parentd6fe62579ecd47f5fb679ea0536c5157030ac4df
Bug 211758: checksetup.pl was trying to use params that didn't exist yet because it was loading Bugzilla::Series at compile time (use).  Now pulls in Bugzilla::Series at runtime (require) after initializing the params.
Patch by Brad Roberts <braddr@puremagic.com>
r= justdave, a= justdave
checksetup.pl