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:
authorCrack <piotrprz@gmail.com>2010-08-01 23:55:04 +0400
committerCrack <piotrprz@gmail.com>2010-08-01 23:55:04 +0400
commit9a733070032a5f00f368c85450e8000fa5e02aca (patch)
tree72f4b40f6b51cc338fd57f61dfe7bbf173ffd439 /prefs_forms.php
parent30413def3ef24a4ce11d1426030ad1f14f2fbca7 (diff)
allow users to set only_db and hide_db
Diffstat (limited to 'prefs_forms.php')
-rw-r--r--prefs_forms.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/prefs_forms.php b/prefs_forms.php
index 2e170bf5af..280083237d 100644
--- a/prefs_forms.php
+++ b/prefs_forms.php
@@ -30,7 +30,7 @@ foreach ($forms[$form_param] as $form_name => $form) {
if ($form_name == 'Developer' && !$GLOBALS['cfg']['UserprefsDeveloperTab']) {
continue;
}
- $form_display->registerForm($form_name, $form);
+ $form_display->registerForm($form_name, $form, 1);
}
if (isset($_POST['revert'])) {