Don't reset theme on language change.

This commit is contained in:
Michal Čihař 2004-06-15 10:55:40 +00:00
parent 59d46c5513
commit 04eabef22e
2 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,7 @@ $Source$
#971703).
* main.php: Possible undefined variable.
* queryframe.php: Do not show <hr /> when no logo is shown.
* main.php: Don't reset theme on language change.
2004-06-09 Alexander M. Turek <me@derrabus.de>
* libraries/config_import.lib.php: The default settings should be merged.

View File

@ -529,7 +529,6 @@ if (empty($cfg['Lang'])) {
<form method="post" action="index.php" target="_parent">
<input type="hidden" name="convcharset" value="<?php echo $convcharset; ?>" />
<input type="hidden" name="server" value="<?php echo $server; ?>" />
<input type="hidden" name="set_theme" value="<?php echo $theme; ?>" />
Language <a href="./translators.html" target="documentation"><?php
if ($cfg['ReplaceHelpImg']){
echo '<img src="' . $pmaThemeImage . 'b_info.png" border="0" width="11" height="11" alt="Info" hspace="1" vspace="1" />';