From a0e72168efcda25c38b54e9c559562fb308d6ffb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 2 Feb 2011 16:40:52 +0100 Subject: [PATCH] Whitespace cleanup --- db_operations.php | 2 +- server_synchronize.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/db_operations.php b/db_operations.php index 3e674cbaa..46591bc31 100644 --- a/db_operations.php +++ b/db_operations.php @@ -297,7 +297,7 @@ if (strlen($db) && (! empty($db_rename) || ! empty($db_copy))) { } /** - * Database has been successfully renamed/moved. If in an Ajax request, + * Database has been successfully renamed/moved. If in an Ajax request, * generate the output with {@link PMA_ajaxResponse} and exit */ if( $GLOBALS['is_ajax_request'] == true) { diff --git a/server_synchronize.php b/server_synchronize.php index 0c0710923..b49aa9e4e 100644 --- a/server_synchronize.php +++ b/server_synchronize.php @@ -1021,8 +1021,8 @@ if (isset($_REQUEST['synchronize_db'])) { if (isset($alter_str_array[$p])) { PMA_alterTargetTableStructure($trg_db, $trg_link, $matching_tables, $source_columns, $alter_str_array, $matching_tables_fields, $criteria, $matching_tables_keys, $target_tables_keys, $p, true); - unset($alter_str_array[$p]); - } + unset($alter_str_array[$p]); + } if (! empty($add_column_array[$p])) { PMA_findDeleteRowsFromTargetTables($delete_array, $matching_tables, $p, $target_tables_keys, $matching_tables_keys, $trg_db, $trg_link, $src_db, $src_link); -- 2.11.4.GIT