From 43882c2968961834221c59c2f7e5c6946dd11e7d Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 22 Mar 2007 16:32:36 +0000 Subject: [PATCH] patch #1685481, undefined var, thanks to Arpad Borsos --- db_structure.php | 1 + 1 file changed, 1 insertion(+) diff --git a/db_structure.php b/db_structure.php index 4461709d8..0413e54c5 100644 --- a/db_structure.php +++ b/db_structure.php @@ -364,6 +364,7 @@ foreach ($tables as $keyname => $each_table) { // InnoDB table: Row count is not accurate $row_count_pre = '~'; $sum_row_count_pre = '~'; + $show_superscript = ''; } else { $row_count_pre = ''; $show_superscript = '';