diff --git a/ChangeLog b/ChangeLog index 49146cab7..1d18f9f3c 100755 --- a/ChangeLog +++ b/ChangeLog @@ -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 * read_dump.php: add unique numbers to $strFileCouldNotBeRead to diff --git a/db_details.php b/db_details.php index 2dde1fbe3..1d5e3dd50 100644 --- a/db_details.php +++ b/db_details.php @@ -68,7 +68,7 @@ echo $strHiddenFields; ' + $strDBLink = '' . htmlspecialchars($db) . ''; // else use // $strDBLink = htmlspecialchars($db);