bug #1050424
This commit is contained in:
@@ -11,6 +11,7 @@ $Source$
|
|||||||
use PMA_convert_using() in case of non-latin1 user table,
|
use PMA_convert_using() in case of non-latin1 user table,
|
||||||
and fix bug #1054467 (in case of BINARY User field)
|
and fix bug #1054467 (in case of BINARY User field)
|
||||||
* header.inc.php: bug #1053310, undefined index under OmniSecure server
|
* 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>
|
2004-10-28 Alexander M. Turek <me@derrabus.de>
|
||||||
* user_password.php, lang/*.inc.php: Allow usage of old password hashing
|
* user_password.php, lang/*.inc.php: Allow usage of old password hashing
|
||||||
|
@@ -73,6 +73,10 @@ $cfgRelation = PMA_getRelationsParam();
|
|||||||
* Updates
|
* 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']) {
|
if ($cfgRelation['relwork']) {
|
||||||
$existrel = PMA_getForeigners($db, $table, '', 'internal');
|
$existrel = PMA_getForeigners($db, $table, '', 'internal');
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user