From 8ceb240551f1504a711544d6de123adbd36be351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 20 Jul 2010 11:43:10 +0200 Subject: Drop passing of convcharset. --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') 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) { -- cgit v1.2.3