patch #1685481, undefined var, thanks to Arpad Borsos

This commit is contained in:
Marc Delisle
2007-03-22 16:32:36 +00:00
parent c3c36e67a2
commit 43882c2968

View File

@@ -364,6 +364,7 @@ foreach ($tables as $keyname => $each_table) {
// InnoDB table: Row count is not accurate // InnoDB table: Row count is not accurate
$row_count_pre = '~'; $row_count_pre = '~';
$sum_row_count_pre = '~'; $sum_row_count_pre = '~';
$show_superscript = '';
} else { } else {
$row_count_pre = ''; $row_count_pre = '';
$show_superscript = ''; $show_superscript = '';