bug #583969
This commit is contained in:
@@ -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
|
||||
|
@@ -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) . '\')"';
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user