Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2016-12-08 13:19:12 +0300
committerMichal Čihař <michal@cihar.com>2016-12-08 13:19:12 +0300
commit00607e60417f43cd9202d5fbf49b3a78385c4138 (patch)
treec7917f603ab3313677859190fb9b5f54d299d496
parent3d230b6ab76ff018645f2090c2664169835f465b (diff)
Whitespace cleanup
Signed-off-by: Michal Čihař <michal@cihar.com>
-rw-r--r--tbl_replace.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tbl_replace.php b/tbl_replace.php
index 9f23fc676b..feda1147c2 100644
--- a/tbl_replace.php
+++ b/tbl_replace.php
@@ -349,15 +349,15 @@ if ($response->isAjax() && ! isset($_POST['ajax_page_request'])) {
}
} // end of loop for each $mime_map
}
-
+
// Need to check the inline edited value can be truncated by MySQL
// without informing while saving
$column_name = $_REQUEST['fields_name']['multi_edit'][0][0];
-
+
PMA_verifyWhetherValueCanBeTruncatedAndAppendExtraData(
$db, $table, $column_name, $extra_data
);
-
+
/**Get the total row count of the table*/
$extra_data['row_count'] = PMA_Table::countRecords(
$_REQUEST['db'], $_REQUEST['table']