From 58a47f3fb67457517c8e6fff41012e96b5d9e413 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 12 May 2004 13:35:45 +0000 Subject: [PATCH] bug 951143 --- ChangeLog | 3 +++ db_details_structure.php | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0a8950645..3bb81a02d 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2004-05-12 Marc Delisle + * db_details_structure.php: bug #951143, undefined $header_url_qry + 2004-05-11 Marc Delisle * tbl_replace.php, tbl_indexes.php, sql.php, db_details_common.php, libraries/db_table_exists.php: use PMA_sendHeaderLocation() diff --git a/db_details_structure.php b/db_details_structure.php index 04536e825..f6f77b5cb 100644 --- a/db_details_structure.php +++ b/db_details_structure.php @@ -2,7 +2,6 @@ /* $Id$ */ // vim: expandtab sw=4 ts=4 sts=4: - require_once('./libraries/grab_globals.lib.php'); require_once('./libraries/common.lib.php'); require_once('./libraries/mysql_charsets.lib.php'); @@ -665,7 +664,7 @@ if ($num_tables > 0) { echo PMA_generate_common_hidden_inputs($db); if($cfg['PropertiesIconic']){ echo ''; } // if you want navigation: - $strDBLink = '' + $strDBLink = '' . htmlspecialchars($GLOBALS['db']) . ''; // else use // $strDBLink = htmlspecialchars($db);