[Phpmyadmin-devel] last modification to PMA_DBI_get_fields()
Sebastian Mendel
lists at sebastianmendel.de
Fri Dec 9 09:45:01 CET 2005
Marc Delisle schrieb:
> 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.
should be fixed in CVS
--
sebastian
More information about the Developers
mailing list