
9 Dec
2005
9 Dec
'05
9:08 a.m.
Causes a big bug: can no longer create a table. This is because, in tbl_create.php: // Does table exist? else if (!(PMA_DBI_get_fields($db, $table) === FALSE)) { PMA_mysqlDie(sprintf($strTableAlreadyExists, htmlspecialchars($table)), '', '', $err_url); and now, this function returns an empty array instead of returning false. Marc