]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
fix bustage
authorjustdave%syndicomm.com <>
Sat, 9 Aug 2003 07:10:45 +0000 (07:10 +0000)
committerjustdave%syndicomm.com <>
Sat, 9 Aug 2003 07:10:45 +0000 (07:10 +0000)
checksetup.pl

index 7349eabbfccaefc2a7871095b34e7a46e5b071dd..a86c7cb7eea602b6e394722b3a926305182d4c41 100755 (executable)
@@ -1610,7 +1610,7 @@ $table{tokens} =
 ###########################################################################
 
 # Get a list of the existing tables (if any) in the database
-$sth = $dbh->table_info(undef, undef, undef, "TABLE");
+my $sth = $dbh->table_info(undef, undef, undef, "TABLE");
 my @tables = @{$dbh->selectcol_arrayref($sth, { Columns => [3] })};
 #print 'Tables: ', join " ", @tables, "\n";