Merge remote-tracking branch 'origin/QA_4_1' into QA_4_1
This commit is contained in:
commit
2baa1376f1
@ -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
|
||||
|
||||
@ -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
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user