bug #3428627 [import] ODS import ignores memory limits
This commit is contained in:
@@ -35,9 +35,6 @@ if (isset($plugin_list)) {
|
||||
return;
|
||||
}
|
||||
|
||||
ini_set('memory_limit', '128M');
|
||||
set_time_limit(120);
|
||||
|
||||
$i = 0;
|
||||
$len = 0;
|
||||
$buffer = "";
|
||||
|
@@ -28,9 +28,6 @@ if (isset($plugin_list)) {
|
||||
return;
|
||||
}
|
||||
|
||||
ini_set('memory_limit', '128M');
|
||||
set_time_limit(120);
|
||||
|
||||
$i = 0;
|
||||
$len = 0;
|
||||
$buffer = "";
|
||||
|
Reference in New Issue
Block a user