From 2c3fa8aa7cbc11d353b58922aa86e23f1ad06899 Mon Sep 17 00:00:00 2001 From: Piotr Przybylski Date: Tue, 3 May 2011 14:14:57 +0200 Subject: [PATCH] Don't display More for views and information_schema tables --- tbl_structure.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tbl_structure.php b/tbl_structure.php index 73374d7a5..fce4f390b 100644 --- a/tbl_structure.php +++ b/tbl_structure.php @@ -466,8 +466,7 @@ while ($row = PMA_DBI_fetch_assoc($fields_rs)) { + ?> <?php echo __('Show more actions'); ?>
@@ -531,6 +530,9 @@ while ($row = PMA_DBI_fetch_assoc($fields_rs)) {
+