Whitespace cleanup
This commit is contained in:
@@ -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
|
* generate the output with {@link PMA_ajaxResponse} and exit
|
||||||
*/
|
*/
|
||||||
if( $GLOBALS['is_ajax_request'] == true) {
|
if( $GLOBALS['is_ajax_request'] == true) {
|
||||||
|
@@ -1021,8 +1021,8 @@ if (isset($_REQUEST['synchronize_db'])) {
|
|||||||
if (isset($alter_str_array[$p])) {
|
if (isset($alter_str_array[$p])) {
|
||||||
PMA_alterTargetTableStructure($trg_db, $trg_link, $matching_tables, $source_columns, $alter_str_array, $matching_tables_fields,
|
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);
|
$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])) {
|
if (! empty($add_column_array[$p])) {
|
||||||
PMA_findDeleteRowsFromTargetTables($delete_array, $matching_tables, $p, $target_tables_keys, $matching_tables_keys,
|
PMA_findDeleteRowsFromTargetTables($delete_array, $matching_tables, $p, $target_tables_keys, $matching_tables_keys,
|
||||||
$trg_db, $trg_link, $src_db, $src_link);
|
$trg_db, $trg_link, $src_db, $src_link);
|
||||||
|
Reference in New Issue
Block a user