undefined $header_url_qry
This commit is contained in:
@@ -13,6 +13,7 @@ $Source$
|
||||
Documentation.html, libraries/config_import.lib.php: patch #1249528,
|
||||
move table comments to header and enable configuration of header for
|
||||
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>
|
||||
* read_dump.php: add unique numbers to $strFileCouldNotBeRead to
|
||||
|
@@ -68,7 +68,7 @@ echo $strHiddenFields;
|
||||
<tr><td class="tblHeaders" colspan="2">
|
||||
<?php
|
||||
// if you want navigation:
|
||||
$strDBLink = '<a href="' . $GLOBALS['cfg']['DefaultTabDatabase'] . $header_url_qry . '&db=' . urlencode($db) . '">'
|
||||
$strDBLink = '<a href="' . $GLOBALS['cfg']['DefaultTabDatabase'] . '?' . PMA_generate_common_url() . '&db=' . urlencode($db) . '">'
|
||||
. htmlspecialchars($db) . '</a>';
|
||||
// else use
|
||||
// $strDBLink = htmlspecialchars($db);
|
||||
|
Reference in New Issue
Block a user