Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFenn-CS <fenn25.fn@gmail.com>2017-03-20 19:54:11 +0300
committerMichal Čihař <michal@cihar.com>2017-03-21 11:46:57 +0300
commit297aec9ab163ea046451e1df3bccb9c920a5c80b (patch)
treeff39c0abc7a9c68ab0c9d524a5231caaf1203db1 /import.php
parent2e448d46e3293e35b2d93b1862e9523182594c44 (diff)
Added definitions for result and message variable-update methods still missing
Fixes #12349 Signed-off-by: Fenn-CS <fenn25.fn@gmail.com> Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'import.php')
-rw-r--r--import.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/import.php b/import.php
index 42d967dd90..7b6a415483 100644
--- a/import.php
+++ b/import.php
@@ -330,6 +330,8 @@ $run_query = true;
$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'])) {