Undefined variable

This commit is contained in:
Alexander M. Turek
2002-04-27 18:46:43 +00:00
parent d553641167
commit abca631b1a
2 changed files with 7 additions and 5 deletions

View File

@@ -159,10 +159,10 @@ echo "\n";
<body bgcolor="<?php echo $cfg['RightBgColor']; ?>" background="images/bkg.gif">
<?php
$header_url_qry = '?lang=' . urlencode($lang)
. '&amp;server=' . $server
. '&amp;db=' . urlencode($db);
if (isset($db)) {
$header_url_qry = '?lang=' . urlencode($lang)
. '&amp;server=' . $server
. '&amp;db=' . urlencode($db);
echo '<h1>' . "\n";
echo ' ' . $strDatabase . ' <i><a class="h1" href="db_details.php3' . $header_url_qry . '">' . htmlspecialchars($db) . '</a></i>' . "\n";
if (!empty($table)) {