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:
authorAshutosh Dhundhara <ashutoshdhundhara@yahoo.com>2014-08-12 00:17:20 +0400
committerAshutosh Dhundhara <ashutoshdhundhara@yahoo.com>2014-08-12 00:17:20 +0400
commit35dab58bf5c6532bb62800fca02874c0f809466e (patch)
treec2ee3382676593c3f94a00f670062c0db9cf3040 /libraries/config.values.php
parent0aafd71c9fd69c63b68d9fa2b959dc50285af75c (diff)
RFE#1492: Remove the distinct query window.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Diffstat (limited to 'libraries/config.values.php')
-rw-r--r--libraries/config.values.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/libraries/config.values.php b/libraries/config.values.php
index b8012291db..0a205ff51c 100644
--- a/libraries/config.values.php
+++ b/libraries/config.values.php
@@ -102,12 +102,6 @@ $cfg_db['DefaultTabTable'] = array(
'tbl_change.php', // insert row page
'sql.php' // browse page
);
-$cfg_db['QueryWindowDefTab'] = array(
- 'sql', // SQL
- 'files', // Import files
- 'history', // SQL history
- 'full' // All (SQL and SQL history)
-);
$cfg_db['InitialSlidersState'] = array(
'open' => __('Open'),
'closed' => __('Closed'),
@@ -234,8 +228,6 @@ $cfg_db['_validators'] = array(
'MemoryLimit' => array(array('validateByRegex', '/^(-1|(\d+(?:[kmg])?))$/i')),
'NavigationTreeTableLevel' => 'validatePositiveNumber',
'QueryHistoryMax' => 'validatePositiveNumber',
- 'QueryWindowWidth' => 'validatePositiveNumber',
- 'QueryWindowHeight' => 'validatePositiveNumber',
'RepeatCells' => 'validateNonNegativeNumber',
'Server' => 'validateServer',
'Server_pmadb' => 'validatePMAStorage',