[go: nahoru, domu]

Skip to content

Commit

Permalink
Added definitions for result and message variable-update methods stil…
Browse files Browse the repository at this point in the history
…l missing

Fixes #12349

Signed-off-by: Fenn-CS <fenn25.fn@gmail.com>
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
Fenn-CS authored and nijel committed Mar 21, 2017
1 parent 2e448d4 commit 297aec9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ phpMyAdmin - ChangeLog
- issue #13092 Do not try to sync favorite tables if configuration storage is not enabled
- issue #13105 Fixed changing attribute for virtual field
- issue #12757 Fixed setting password on recent MariaDB with non working plugins
- issue #12349 Fixed undefined variable on import from some formats

4.6.6 (2017-01-23)
- issue #12759 Fix Notice regarding 'Undefined index: old_usergroup'
Expand Down
2 changes: 2 additions & 0 deletions import.php
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,8 @@
$charset_conversion = false;
$reset_charset = false;
$bookmark_created = false;
$result = false;
$msg = 'Sorry an unexpected error happened!';

// Bookmark Support: get a query back from bookmark if required
if (! empty($_REQUEST['id_bookmark'])) {
Expand Down

0 comments on commit 297aec9

Please sign in to comment.