Bugs item #806739, was opened at 2003-09-15 14:26
Message generated for change (Comment added) made by greggmc
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108956&aid=806739&group_id=8956
Category: SQL
Group: v1.6.1
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Rodolfo Cossalter (rcoss)
Assigned to: Nobody/Anonymous (nobody)
Summary: time consuming code in download.inc
Initial Comment:
Sorry if I missed anything, but:
is it really necessary to call survey_generate_csv
twice in download.inc ?:
---------
...
$data = survey_generate_csv($sid);
header("Content-Transfer-Encoding: ascii");
header("Content-Disposition: attachment;
filename=$name.csv");
header("Content-Type: text/comma-separated-values");
$output = survey_generate_csv($sid);
....
----------
rcoss AT dm.uba.ar
----------------------------------------------------------------------
Comment By: Matthew Gregg (greggmc)
Date: 2004-05-04 16:17
Message:
Logged In: YES
user_id=14116
Fixed in CVS.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108956&aid=806739&group_id=8956
|