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

@@ -7,8 +7,10 @@ $Source$
2002-04-27 Alexander M. Turek <rabus@users.sourceforge.net>
* Recompressed old ChangeLog without saving its path in the archive.
* header.inc.php3: Patch #548696 (DB/Table titles should be links),
thanks to Ray Black <allah03@users.sourceforge.net>.
* header.inc.php3:
- Patch #548696 (DB/Table titles should be links), thanks to
Ray Black <allah03@users.sourceforge.net>.
- lines: 161-164: Undefined variable
2002-04-27 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* Documentation.html:

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)) {