From ebb14cb0856d2a53eabb6867a67f6b3e346ed2ad Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 16 May 2014 07:43:57 -0400 Subject: [PATCH] Another case of notice Signed-off-by: Marc Delisle --- libraries/structure.lib.php | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/structure.lib.php b/libraries/structure.lib.php index 2756c34039..60c8aa90f6 100644 --- a/libraries/structure.lib.php +++ b/libraries/structure.lib.php @@ -513,6 +513,7 @@ function PMA_getHtmlForStructureTableRow( // - when it's a view // so ensure that we'll display "in use" below for a table // that needs to be repaired + $approx_rows = false; if (isset($current_table['TABLE_ROWS']) && ($current_table['ENGINE'] != null || $table_is_view)