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ř <mcihar@novell.com>2010-07-20 13:43:10 +0400
committerMichal Čihař <mcihar@novell.com>2010-07-20 13:43:10 +0400
commit8ceb240551f1504a711544d6de123adbd36be351 (patch)
treed0c3c933b4b16754bddd6be1d3db5b3663a720d3 /index.php
parent4603f7e88170b3e5b2c72e16d56c9c3cffb69da6 (diff)
Drop passing of convcharset.
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index d2d16fa783..0b4a982741 100644
--- a/index.php
+++ b/index.php
@@ -63,7 +63,7 @@ unset($cfgRelation);
/**
* pass variables to child pages
*/
-$drops = array('lang', 'server', 'convcharset', 'collation_connection',
+$drops = array('lang', 'server', 'collation_connection',
'db', 'table');
foreach ($drops as $each_drop) {