Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2013-12-29 14:10:12 +01:00
commit 077d3de818
2 changed files with 2 additions and 2 deletions

View File

@ -241,7 +241,7 @@ if (!defined('TESTSUITE')) {
if (! empty($cfg['MemoryLimit'])) {
@ini_set('memory_limit', $cfg['MemoryLimit']);
}
register_shutdown_function('PMA_shutdown');
register_shutdown_function('PMA_shutdownDuringExport');
// Start with empty buffer
$dump_buffer = '';
$dump_buffer_len = 0;

View File

@ -16,7 +16,7 @@ if (! defined('PHPMYADMIN')) {
*
* @return void
*/
function PMA_shutdown()
function PMA_shutdownDuringExport()
{
$a = error_get_last();
if ($a != null && strpos($a['message'], "execution time")) {