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:
authorMichal Čihař <michal@cihar.com>2017-09-06 10:05:15 +0300
committerMichal Čihař <michal@cihar.com>2017-09-06 12:02:07 +0300
commit73d1599a1a5e146ba9e0700e627161c025c6d531 (patch)
tree2f43665880b1a43b7e15ba884ffedb6aeea2c4c6 /server_sql.php
parentdf7f328f790dab5a3b3c4244977f65741cc851dc (diff)
Rewrite Page settings forms as classes
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'server_sql.php')
-rw-r--r--server_sql.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_sql.php b/server_sql.php
index 8d09a41fd3..410c4b8feb 100644
--- a/server_sql.php
+++ b/server_sql.php
@@ -15,7 +15,7 @@ require_once 'libraries/common.inc.php';
require_once 'libraries/config/user_preferences.forms.php';
require_once 'libraries/config/page_settings.forms.php';
-PageSettings::showGroup('Sql_queries');
+PageSettings::showGroup('Sql');
/**
* Does the common work