* libraries/charset_conversion.lib.php3,

libraries/common.lib.php3,
      main.php3
        - added isset() before some configuration variables
This commit is contained in:
Robin Johnson
2002-06-19 08:07:03 +00:00
parent bdfa6852da
commit eb81d83b9d
4 changed files with 15 additions and 7 deletions

View File

@@ -487,7 +487,7 @@ if (empty($cfg['Lang'])) {
echo "\n";
?>
<?php
if ($cfg['AllowAnywhereRecoding'] && $allow_recoding) {
if (isset($cfg['AllowAnywhereRecoding']) && $cfg['AllowAnywhereRecoding'] && $allow_recoding) {
?>
<!-- Charset Selection -->
<tr>