Changes for new centralized PMA DB - cfg Parameter is called pmadb now, not bookmarkdb

This commit is contained in:
Mike Beck
2002-06-15 10:57:05 +00:00
parent e5221b6cd3
commit 840f1a726e

View File

@@ -33,7 +33,7 @@ if (!defined('PMA_BOOKMARK_LIB_INCLUDED')){
}
$cfgBookmark['user'] = $GLOBALS['cfg']['Server']['user'];
$cfgBookmark['db'] = $GLOBALS['cfg']['Server']['bookmarkdb'];
$cfgBookmark['db'] = $GLOBALS['cfg']['Server']['pmadb'];
$cfgBookmark['table'] = $GLOBALS['cfg']['Server']['bookmarktable'];
return $cfgBookmark;