From 5b1ac52b04542ca9ee2727c39f755f67507ddf65 Mon Sep 17 00:00:00 2001 From: dennischen Date: Fri, 18 Mar 2011 21:56:48 +0800 Subject: [PATCH] modified the layout --- db_operations.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/db_operations.php b/db_operations.php index a3fcbd1f4d..52119b63e2 100644 --- a/db_operations.php +++ b/db_operations.php @@ -41,8 +41,6 @@ if (strlen($db) && (! empty($table_copy)||! empty($db_rename) || ! empty($db_cop //@TODO: i18n //@TODO: the label show not display centered-align in ajax mode //@TODO: write a introduction for user to understand this function - - if(!PMA_isValid($src)){ $message = PMA_Message::error(__('The From name is empty!')); }else{ @@ -630,11 +628,8 @@ echo __('Remove database'); 'prefix' => __('By Prefix'), 'suffix' => __('By Suffix'), 'regex' => __('By Regular Expression')); - PMA_display_html_radio('type', $choices, 'prefix',false); + PMA_display_html_radio('type', $choices, 'prefix',true); unset($choices); - ?> -
- __('Do Not Replace Replicated Tables'), 'all' => __('Replace Replicated Tables'), -- 2.11.4.GIT