Index: trunk/admin/install.php =================================================================== diff -u -r432 -r433 --- trunk/admin/install.php (.../install.php) (revision 432) +++ trunk/admin/install.php (.../install.php) (revision 433) @@ -1349,17 +1349,14 @@ } } - - - if($state=="lang_default_set") { // phpinfo(INFO_VARIABLES); - $ado =& inst_GetADODBConnection(); + /*$ado =& inst_GetADODBConnection(); $PhraseTable = GetTablePrefix()."ImportPhrases"; $EventTable = GetTablePrefix()."ImportEvents"; $ado->Execute("DROP TABLE IF EXISTS $PhraseTable"); - $ado->Execute("DROP TABLE IF EXISTS $EventTable"); + $ado->Execute("DROP TABLE IF EXISTS $EventTable");*/ $Id = $_POST["lang"];