Merge pull request #12885 from slimtim/issue_12876_v4

Fix PHP notices and warning related to dbs_to_test global
This commit is contained in:
Michal Čihař 2017-01-18 18:04:49 +01:00 committed by GitHub
commit 82ae5abef3
2 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,7 @@ phpMyAdmin - ChangeLog
- issue #12859 Changed WHERE condition to 0 instead of 1 for SQL query window to avoid accidents
- issue #12872 Use same query for display and execution when dropping index
- issue #12868 Fix check for user groups freatures being enabled
- issue #12876 Fix notices and warning related to dbs_to_test global
- issue #12831 Fix table formatting on Insert tab, which mostly affected row highlighting
- issue #12495 Reintroduced phpinfo page with limited capabilities
- issue #12861 Fix renaming tables with lower_case_table_names=2

View File

@ -16,6 +16,8 @@ use PMA\libraries\RecentFavoriteTable;
use PMA\libraries\Response;
use PMA\libraries\Util;
require_once 'libraries/check_user_privileges.lib.php';
/**
* Displays a collapsible of database objects in the navigation frame
*