Merge remote-tracking branch 'origin/QA_4_1' into QA_4_1

This commit is contained in:
Weblate 2014-01-22 09:33:12 +01:00
commit ffb413a4dc

View File

@ -30,7 +30,7 @@ class Node_Database_Container extends Node
$new = PMA_NodeFactory::getInstance(
'Node', _pgettext('Create new database', 'New')
);
$new->isNew = true;
$new->isNew = $GLOBALS['is_create_db_priv'];
$new->icon = PMA_Util::getImage('b_newdb.png', '');
$new->links = array(
'text' => 'server_databases.php?server=' . $GLOBALS['server']