This commit is contained in:
Marc Delisle
2004-09-29 20:29:56 +00:00
parent 11a6564840
commit 09180e0e8b
2 changed files with 5 additions and 0 deletions

View File

@@ -22,6 +22,10 @@ $cfgRelation = PMA_getRelationsParam();
*/
require_once('./libraries/mysql_charsets.lib.php');
// reselect current db (needed in some cases probably due to
// the calling of relation.lib.php)
PMA_DBI_select_db($db);
/**
* Updates table comment, type and options if required
*/