rfe 2958013 After import, also list uploaded filename
This commit is contained in:
@@ -49,6 +49,8 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
||||
+ [lang] Turkish update, thanks to Burak Yavuz
|
||||
+ rfe #2963310 [interface] Focus TEXTAREA "sql_query" on click on "SQL" link
|
||||
+ [lang] Uzbek update, thanks to Orzu Samarqandiy
|
||||
+ rfe #2958013 [import] After import, also list uploaded filename, thanks
|
||||
to Pavel Konnikov and Herman van Rink
|
||||
|
||||
3.3.2.0 (not yet released)
|
||||
- patch #2969449 [core] Name for MERGE engine varies depending on the
|
||||
|
@@ -411,9 +411,11 @@ if (!empty($id_bookmark) && $action_bookmark == 2) {
|
||||
$message->addParam($executed_queries);
|
||||
|
||||
$message->addString($import_notice);
|
||||
$message->addString('(' . $_FILES['import_file']['name'] . ')');
|
||||
} else {
|
||||
$message = PMA_Message::success('strImportSuccessfullyFinished');
|
||||
$message->addParam($executed_queries);
|
||||
$message->addString('(' . $_FILES['import_file']['name'] . ')');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user