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>2015-01-14 15:41:50 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-01-14 15:41:50 +0300
commitb28bb3ec3ea00bfadbf115dff96411cd64ffcbd0 (patch)
tree3464b3c388d23e18db77f8e9fa07a6507929cbc8 /tbl_structure.php
parent785123b6437bafdcaf0405e9d7db290de7676560 (diff)
Reload navigation after adding indexes
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'tbl_structure.php')
-rw-r--r--tbl_structure.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tbl_structure.php b/tbl_structure.php
index e1108150d1..1cea292eec 100644
--- a/tbl_structure.php
+++ b/tbl_structure.php
@@ -94,6 +94,7 @@ if (isset($_REQUEST['do_save_data'])) {
*/
if (isset($_REQUEST['add_key'])) {
include 'sql.php';
+ $GLOBALS['reload'] = true;
}
/**