From 3f578d8c15481474b1a19275d31bb7844e8858df Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Fri, 19 Jul 2002 20:21:02 +0000 Subject: [PATCH] bug #583969 --- ChangeLog | 3 +++ tbl_properties_links.php3 | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ce9d3f660..0855964f7 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-07-19 Alexander M. Turek + * tbl_properties_links.php3: Fixed bug #583969. + 2002-07-19 Marc Delisle * pdf_schema.php3, bug 583833: should not complain if some tables are missing diff --git a/tbl_properties_links.php3 b/tbl_properties_links.php3 index bd1237265..54c0dd11a 100755 --- a/tbl_properties_links.php3 +++ b/tbl_properties_links.php3 @@ -37,7 +37,7 @@ if ($table_info_num_rows > 0) { $att6 = ''; } -$arg7 = ereg_replace('tbl_properties.php3$', 'db_details.php3', $url_query) . '&back=tbl_properties' . $sub_part . '.php3&reload=1&sql_query= ' . urlencode('DROP TABLE ' . PMA_backquote($table) ) . '&zero_rows=' . urlencode(sprintf($strTableHasBeenDropped, htmlspecialchars($table))); +$arg7 = ereg_replace('tbl_properties.php3$', 'db_details.php3', $url_query) . '&back=tbl_properties' . $sub_part . '.php3&reload=1&sql_query=' . urlencode('DROP TABLE ' . PMA_backquote($table) ) . '&zero_rows=' . urlencode(sprintf($strTableHasBeenDropped, htmlspecialchars($table))); $att7 = 'class="drop" onclick="return confirmLink(this, \'DROP TABLE ' . PMA_jsFormat($table) . '\')"';