merged, bug fix for 5352, setting ignore_user_abort to false

This commit is contained in:
toyomoyo
2006-06-01 02:32:07 +00:00
parent 8f3c8cdd84
commit f9631ddb0d
+2
View File
@@ -181,6 +181,8 @@ function db_migrate2utf8(){ //Eloy: Perhaps some type of limit parameter here
global $db, $CFG, $dbtablename, $fieldname, $record;
$debug = ($CFG->debug > 7);
ignore_user_abort(false); // see bug report 5352. This should kill this thread as soon as user aborts.
@set_time_limit(0);
@ob_implicit_flush(true);
@ob_end_flush();