Changes for new centralized PMA DB - cfg Parameter is called pmadb now, not bookmarkdb
This commit is contained in:
@@ -33,7 +33,7 @@ if (!defined('PMA_BOOKMARK_LIB_INCLUDED')){
|
|||||||
}
|
}
|
||||||
|
|
||||||
$cfgBookmark['user'] = $GLOBALS['cfg']['Server']['user'];
|
$cfgBookmark['user'] = $GLOBALS['cfg']['Server']['user'];
|
||||||
$cfgBookmark['db'] = $GLOBALS['cfg']['Server']['bookmarkdb'];
|
$cfgBookmark['db'] = $GLOBALS['cfg']['Server']['pmadb'];
|
||||||
$cfgBookmark['table'] = $GLOBALS['cfg']['Server']['bookmarktable'];
|
$cfgBookmark['table'] = $GLOBALS['cfg']['Server']['bookmarktable'];
|
||||||
|
|
||||||
return $cfgBookmark;
|
return $cfgBookmark;
|
||||||
|
Reference in New Issue
Block a user