update comment

This commit is contained in:
Michal Čihař
2005-09-26 19:39:46 +00:00
parent db82872c0a
commit 46a89458e3

View File

@@ -246,7 +246,7 @@ if ($abort == FALSE) {
else if (empty($num_fields) || !is_int($num_fields)) {
PMA_mysqlDie($strFieldsEmpty, '', '', $err_url);
}
// No valid number of fields
// Does table exist?
else if (!(PMA_DBI_get_fields($db, $table) === FALSE)) {
PMA_mysqlDie(sprintf($strTableAlreadyExists, htmlspecialchars($table)), '', '', $err_url);
}