From 840f1a726e41cf3b94c8faf4372a4088fb02a52e Mon Sep 17 00:00:00 2001 From: Mike Beck Date: Sat, 15 Jun 2002 10:57:05 +0000 Subject: [PATCH] Changes for new centralized PMA DB - cfg Parameter is called pmadb now, not bookmarkdb --- libraries/bookmark.lib.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/bookmark.lib.php3 b/libraries/bookmark.lib.php3 index f54bb1f65..3c35682c1 100644 --- a/libraries/bookmark.lib.php3 +++ b/libraries/bookmark.lib.php3 @@ -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;