This commit is contained in:
Alexander M. Turek
2002-07-19 20:21:02 +00:00
parent ce3088f885
commit 3f578d8c15
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-07-19 Alexander M. Turek <rabus@users.sourceforge.net>
* tbl_properties_links.php3: Fixed bug #583969.
2002-07-19 Marc Delisle <lem9@users.sourceforge.net>
* pdf_schema.php3, bug 583833: should not complain if some tables
are missing

View File

@@ -37,7 +37,7 @@ if ($table_info_num_rows > 0) {
$att6 = '';
}
$arg7 = ereg_replace('tbl_properties.php3$', 'db_details.php3', $url_query) . '&amp;back=tbl_properties' . $sub_part . '.php3&amp;reload=1&amp;sql_query= ' . urlencode('DROP TABLE ' . PMA_backquote($table) ) . '&amp;zero_rows=' . urlencode(sprintf($strTableHasBeenDropped, htmlspecialchars($table)));
$arg7 = ereg_replace('tbl_properties.php3$', 'db_details.php3', $url_query) . '&amp;back=tbl_properties' . $sub_part . '.php3&amp;reload=1&amp;sql_query=' . urlencode('DROP TABLE ' . PMA_backquote($table) ) . '&amp;zero_rows=' . urlencode(sprintf($strTableHasBeenDropped, htmlspecialchars($table)));
$att7 = 'class="drop" onclick="return confirmLink(this, \'DROP TABLE ' . PMA_jsFormat($table) . '\')"';