Merge remote-tracking branch 'origin/QA_4_1' into QA_4_1

This commit is contained in:
Weblate 2014-02-03 01:37:24 +01:00
commit 62d8a7864f
2 changed files with 6 additions and 3 deletions

View File

@ -11,6 +11,7 @@ phpMyAdmin - ChangeLog
- bug #4264 Uncheck "Ignore" while inserting, upon leaving a textarea
- bug #4260 reCaptcha is ignoring language settings
- bug #4259 reCaptcha sound session expired problem
- bug #4263 Japanese character encoding not working properly when exporting
4.1.6.0 (2014-01-26)
- bug #4232 User not found after creating the user

View File

@ -20,7 +20,7 @@ if (!defined('TESTSUITE')) {
include_once 'libraries/common.inc.php';
include_once 'libraries/zip.lib.php';
include_once 'libraries/plugin_interface.lib.php';
//check if it's the GET request to check export time out
if (isset($_GET['check_time_out'])) {
if (isset($_SESSION['pma_export_error'])) {
@ -57,6 +57,8 @@ if (!defined('TESTSUITE')) {
'charset_of_file',
'compression',
'what',
'knjenc',
'xkana',
'htmlword_structure_or_data',
'htmlword_null',
'htmlword_columns',
@ -267,9 +269,9 @@ if (!defined('TESTSUITE')) {
}
/**
* Sets a session variable upon a possible fatal error during export
* Sets a session variable upon a possible fatal error during export
*
* @return void
* @return void
*/
function PMA_shutdown()
{