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:
authorNisarg Jhaveri <nisargjhaveri@gmail.com>2015-05-18 18:08:07 +0300
committerNisarg Jhaveri <nisargjhaveri@gmail.com>2015-05-18 18:08:07 +0300
commite115adb5339bfa984a680672f52c064f61bbe3ad (patch)
treeefa7d4e099357adcc76581dd6aba3b3b83d3398e /tbl_change.php
parent74a9200c6031b7c31512dddb73528cc24dc41065 (diff)
Page-related settings, rfe#1559
Signed-off-by: Nisarg Jhaveri <nisargjhaveri@gmail.com>
Diffstat (limited to 'tbl_change.php')
-rw-r--r--tbl_change.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tbl_change.php b/tbl_change.php
index c56692c465..a72a3756c3 100644
--- a/tbl_change.php
+++ b/tbl_change.php
@@ -12,6 +12,9 @@
* Gets the variables sent or posted to this script and displays the header
*/
require_once 'libraries/common.inc.php';
+require_once 'libraries/config/page_settings.class.php';
+
+PMA_PageSettings::showGroup('Edit');
/**
* Ensures db and table are valid, else moves to the "parent" script