Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
b29dc104bf
@ -90,6 +90,7 @@ phpMyAdmin - ChangeLog
|
||||
|
||||
4.4.14.0 (not yet released)
|
||||
- issue #11367 Export after search, missing WHERE clause
|
||||
- issue #11380 Incomplete message after import
|
||||
|
||||
4.4.13.1 (2015-08-08)
|
||||
- issue #11368 SQL error when importing phpMyAdmin dump file
|
||||
|
||||
@ -690,7 +690,7 @@ if (! empty($id_bookmark) && $_REQUEST['action_bookmark'] == 2) {
|
||||
if ($import_notice) {
|
||||
$message->addString($import_notice);
|
||||
}
|
||||
if (isset($local_import_file)) {
|
||||
if (! empty($local_import_file)) {
|
||||
$message->addString('(' . htmlspecialchars($local_import_file) . ')');
|
||||
} else {
|
||||
$message->addString(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user