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

This commit is contained in:
Weblate 2014-01-28 03:33:31 +01:00
commit 2baa1376f1
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,8 @@ phpMyAdmin - ChangeLog
4.1.7.0 (not yet released)
- bug #4245 initial Browse query does not match sorting order
- bug #4250 Notice on export page
- bug #4253 "New" text in navigation frame acts like a database
4.1.6.0 (2014-01-26)
- bug #4232 User not found after creating the user

View File

@ -9,6 +9,8 @@ if (! defined('PHPMYADMIN')) {
exit;
}
require_once './libraries/check_user_privileges.lib.php';
/**
* Represents a container for database nodes in the navigation tree
*