From 58c1b9a2bec39060a74e5782a2ead5b31e6fa7ce Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 11 Aug 2005 15:31:27 +0000 Subject: [PATCH] undefined $header_url_qry --- ChangeLog | 1 + db_details.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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);