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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2013-10-20 08:51:34 +0400
committerMadhura Jayaratne <madhura.cj@gmail.com>2013-10-20 08:51:34 +0400
commitca1695971948896895328c54981a2a61bc8bec34 (patch)
tree8ca9e354f55b86a6020f023dc3500bf71d0bf66f /tbl_addfield.php
parent5998945b03a4c06a51564d0f399b7fe1c6d576e3 (diff)
Remove trailing white spaces
Diffstat (limited to 'tbl_addfield.php')
-rw-r--r--tbl_addfield.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tbl_addfield.php b/tbl_addfield.php
index b19a11e2d8..2a0590deaa 100644
--- a/tbl_addfield.php
+++ b/tbl_addfield.php
@@ -52,9 +52,9 @@ if (isset($_REQUEST['do_save_data'])) {
unset($_REQUEST['do_save_data']);
include_once 'libraries/create_addfield.lib.php';
-
+
list($result, $sql_query) = PMA_tryColumnCreationQuery($db, $table, $err_url);
-
+
if ($result === true) {
// If comments were sent, enable relation stuff
include_once 'libraries/transformations.lib.php';
@@ -93,7 +93,7 @@ if (isset($_REQUEST['do_save_data'])) {
} else {
$error_message_html = PMA_Util::mysqlDie('', '', '', $err_url, false);
$response->addHTML($error_message_html);
- exit;
+ exit;
}
} // end do alter table