From 7b1976d14dd6580d0ab660eeb2eeda557ac140c8 Mon Sep 17 00:00:00 2001 From: Piotr Przybylski Date: Tue, 28 Jun 2011 23:33:09 +0200 Subject: [PATCH] Don't show "Propose table structure" link (Drizzle) --- tbl_structure.php | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/tbl_structure.php b/tbl_structure.php index c6536fab2a..9c92e790ff 100644 --- a/tbl_structure.php +++ b/tbl_structure.php @@ -644,15 +644,18 @@ if (! $tbl_is_view && ! $db_is_information_schema) { ?> -'; - } - echo __('Propose table structure'); - ?> +'; + } + echo __('Propose table structure'); + ?> +