This commit is contained in:
Alexander M. Turek
2002-11-19 14:09:39 +00:00
parent 3aef4943d7
commit e6396b014a
26 changed files with 96 additions and 96 deletions

View File

@@ -221,10 +221,6 @@ else {
}
// Table name and number of fields are valid -> show the form
else {
// Ensures the table name is valid
if (get_magic_quotes_gpc()) {
$table = stripslashes($table);
}
if (PMA_MYSQL_INT_VERSION < 32306) {
PMA_checkReservedWords($table, $err_url);
}