This commit is contained in:
Marc Delisle
2004-10-30 00:52:55 +00:00
parent 1a35c6e483
commit 141e44f6a7
2 changed files with 5 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ $Source$
use PMA_convert_using() in case of non-latin1 user table,
and fix bug #1054467 (in case of BINARY User field)
* header.inc.php: bug #1053310, undefined index under OmniSecure server
* tbl_relation.php: bug #1050424, not positionned on current db
2004-10-28 Alexander M. Turek <me@derrabus.de>
* user_password.php, lang/*.inc.php: Allow usage of old password hashing

View File

@@ -73,6 +73,10 @@ $cfgRelation = PMA_getRelationsParam();
* Updates
*/
// ensure we are positionned to our current db (since the previous reading
// of relations makes pmadb the current one, maybe depending on the MySQL version)
PMA_DBI_select_db($db);
if ($cfgRelation['relwork']) {
$existrel = PMA_getForeigners($db, $table, '', 'internal');
}