libraries/relation.lib.php3:83

- Fixed $cfg['Servers']['Server'] -> $cfg['Server']
This commit is contained in:
Robin Johnson
2002-06-18 16:40:45 +00:00
parent d52c3e8180
commit b83b0e9349

View File

@@ -80,7 +80,7 @@ if (!defined('PMA_RELATION_LIB_INCLUDED')){
//while ($curr_table = @PMA_mysql_fetch_array($tab_rs)) {
while ($curr_table = @PMA_mysql_fetch_array($tab_rs)) {
if($curr_table[0] == $cfg['Servers']['Server']['bookmarktable']) {
if($curr_table[0] == $cfg['Server']['bookmarktable']) {
continue;
} else if ($curr_table[0] == $GLOBALS['cfg']['Server']['relation']) {
$cfgRelation['relation'] = $curr_table[0];