X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=program%2Fsteps%2Fmail%2Fget.inc;h=d20714a6cc80c6cff988b7d92140b4d27368ba53;hb=e8a0682b96f5b7f297e58d101735ba20a0cc3a89;hp=acec6c80a36349a2c03e9c3164f80d29e9d0e916;hpb=b68022ca3782d5eb5a1a7ef6f8cf7abe1dc15bd6;p=roundcube.git diff --git a/program/steps/mail/get.inc b/program/steps/mail/get.inc index acec6c8..d20714a 100644 --- a/program/steps/mail/get.inc +++ b/program/steps/mail/get.inc @@ -15,7 +15,7 @@ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ - $Id: get.inc 2912 2009-09-04 10:38:18Z thomasb $ + $Id: get.inc 2979 2009-09-22 07:50:32Z alec $ */ @@ -93,9 +93,7 @@ else if ($pid = get_input_value('_part', RCUBE_INPUT_GET)) { } else { // don't kill the connection if download takes more than 30 sec. - if (!ini_get('safe_mode')) { - set_time_limit(0); - } + @set_time_limit(0); $filename = $part->filename ? $part->filename : ($MESSAGE->subject ? $MESSAGE->subject : 'roundcube') . '.'.$ctype_secondary;