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:
authorMarc Delisle <marc@infomarc.info>2013-03-17 16:36:55 +0400
committerMarc Delisle <marc@infomarc.info>2013-03-17 16:36:55 +0400
commitfc35b6c8ce8f71da19597bb86585165580cdfc6b (patch)
tree47d9c214ae09fbe2e34eaeb9566da079976a4775 /tbl_addfield.php
parent9158580da59bb90e886c7dd4efd80b0f03276d15 (diff)
Bug #3838 Modifying a column does not show the result of the operation
Diffstat (limited to 'tbl_addfield.php')
-rw-r--r--tbl_addfield.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tbl_addfield.php b/tbl_addfield.php
index 5cc6a30d01..0a9b385b6e 100644
--- a/tbl_addfield.php
+++ b/tbl_addfield.php
@@ -41,6 +41,10 @@ if (isset($_REQUEST['submit_num_fields'])) {
}
if (isset($_REQUEST['do_save_data'])) {
+ //avoid an incorrect calling of PMA_updateColumns() via
+ //tbl_structure.php below
+ unset($_REQUEST['do_save_data']);
+
$query = '';
$definitions = array();