undefined $header_url_qry
This commit is contained in:
@@ -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
|
||||||
|
@@ -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 . '&db=' . urlencode($db) . '">'
|
$strDBLink = '<a href="' . $GLOBALS['cfg']['DefaultTabDatabase'] . '?' . PMA_generate_common_url() . '&db=' . urlencode($db) . '">'
|
||||||
. htmlspecialchars($db) . '</a>';
|
. htmlspecialchars($db) . '</a>';
|
||||||
// else use
|
// else use
|
||||||
// $strDBLink = htmlspecialchars($db);
|
// $strDBLink = htmlspecialchars($db);
|
||||||
|
Reference in New Issue
Block a user