]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
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)
Patch by Brad Roberts <braddr@puremagic.com>
r= justdave, a= justdave

checksetup.pl

index df785d8328d41b31ad82f7bfa7ee7e086855cf7d..bec389a716a2a3010138e69910126558e075ec87 100755 (executable)
@@ -3577,7 +3577,7 @@ my $series_exists = $dbh->selectrow_array("SELECT 1 FROM series LIMIT 1");
 if (!$series_exists) {
     print "Migrating old chart data into database ...\n" unless $silent;
     
-    use Bugzilla::Series;
+    require Bugzilla::Series;
       
     # We prepare the handle to insert the series data    
     my$seriesdatasth = $dbh->prepare("INSERT INTO series_data " .