Skip to content

Commit

Permalink
Merge branch 'QA_4_7'
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Feb 6, 2017
2 parents 3cfe349 + f73a98e commit ebfc869
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -58,6 +58,7 @@ phpMyAdmin - ChangeLog
- issue #12941 Fixed sorting of tables in relation view
- issue #12936 Fixed tables pagination in navigation panel
- issue #12904 Do not collapse add form for central columns if there are none
- issue #12955 Fixed database renaming

4.6.6 (2017-01-23)
- issue #12759 Fix Notice regarding 'Undefined index: old_usergroup'
Expand Down
2 changes: 1 addition & 1 deletion db_operations.php
Expand Up @@ -37,7 +37,7 @@
/**
* Rename/move or copy database
*/
if (strlen($GLOBALS['db'] > 0)
if (strlen($GLOBALS['db']) > 0
&& (! empty($_REQUEST['db_rename']) || ! empty($_REQUEST['db_copy']))
) {
if (! empty($_REQUEST['db_rename'])) {
Expand Down

0 comments on commit ebfc869

Please sign in to comment.