[Phpmyadmin-devel] last modification to PMA_DBI_get_fields()

Marc Delisle Marc.Delisle at cegepsherbrooke.qc.ca
Fri Dec 9 08:08:03 CET 2005


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




More information about the Developers mailing list