undefined $header_url_qry

This commit is contained in:
Marc Delisle
2005-08-11 15:31:27 +00:00
parent b438ecf01c
commit 58c1b9a2be
2 changed files with 2 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ $Source$
Documentation.html, libraries/config_import.lib.php: patch #1249528, Documentation.html, libraries/config_import.lib.php: patch #1249528,
move table comments to header and enable configuration of header for move table comments to header and enable configuration of header for
TRUE/FALSE/'both', thanks to Sebastian Mendel - cybot_tm TRUE/FALSE/'both', thanks to Sebastian Mendel - cybot_tm
* db_details.php: undefined $header_url_qry
2005-08-09 Marc Delisle <lem9@users.sourceforge.net> 2005-08-09 Marc Delisle <lem9@users.sourceforge.net>
* read_dump.php: add unique numbers to $strFileCouldNotBeRead to * read_dump.php: add unique numbers to $strFileCouldNotBeRead to

View File

@@ -68,7 +68,7 @@ echo $strHiddenFields;
<tr><td class="tblHeaders" colspan="2"> <tr><td class="tblHeaders" colspan="2">
<?php <?php
// if you want navigation: // if you want navigation:
$strDBLink = '<a href="' . $GLOBALS['cfg']['DefaultTabDatabase'] . $header_url_qry . '&amp;db=' . urlencode($db) . '">' $strDBLink = '<a href="' . $GLOBALS['cfg']['DefaultTabDatabase'] . '?' . PMA_generate_common_url() . '&amp;db=' . urlencode($db) . '">'
. htmlspecialchars($db) . '</a>'; . htmlspecialchars($db) . '</a>';
// else use // else use
// $strDBLink = htmlspecialchars($db); // $strDBLink = htmlspecialchars($db);