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:
Diffstat (limited to 'tbl_create.php')
-rw-r--r--tbl_create.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tbl_create.php b/tbl_create.php
index c380ce8219..6ff9ed0886 100644
--- a/tbl_create.php
+++ b/tbl_create.php
@@ -86,6 +86,9 @@ if (isset($_REQUEST['do_save_data'])) {
exit;
} // end do create table
+//This global variable needs to be reset for the headerclass to function properly
+$GLOBAL['table'] = '';
+
/**
* Displays the form used to define the structure of the table
*/