|
|
|
@ -165,7 +165,7 @@ if (isset($_POST['action']) && $_POST['action'] && isset($_POST['id']) && is_arr |
|
|
|
DocumentManager::file_send_for_download( |
|
|
|
DocumentManager::file_send_for_download( |
|
|
|
$tempZipFile, |
|
|
|
$tempZipFile, |
|
|
|
true, |
|
|
|
true, |
|
|
|
get_lang('Surveys').'-'.api_get_course_id().'-'.api_get_local_time().'.zip' |
|
|
|
get_lang('SurveysWordInASCII').'-'.api_get_course_id().'-'.api_get_local_time().'.zip' |
|
|
|
); |
|
|
|
); |
|
|
|
unlink($tempZipFile); |
|
|
|
unlink($tempZipFile); |
|
|
|
} |
|
|
|
} |
|
|
|
|