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_structure.php
parent74a9200c6031b7c31512dddb73528cc24dc41065 (diff)
Page-related settings, rfe#1559
Signed-off-by: Nisarg Jhaveri <nisargjhaveri@gmail.com>
Diffstat (limited to 'tbl_structure.php')
-rw-r--r--tbl_structure.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tbl_structure.php b/tbl_structure.php
index 5bdc3ad9a6..4ef5d82363 100644
--- a/tbl_structure.php
+++ b/tbl_structure.php
@@ -12,6 +12,9 @@
*/
require_once 'libraries/common.inc.php';
require_once 'libraries/mysql_charsets.inc.php';
+require_once 'libraries/config/page_settings.class.php';
+
+PMA_PageSettings::showGroup('TableStructure');
/**
* Function implementations for this script