From: SourceForge.net <no...@so...> - 2005-07-20 02:20:08
|
Bugs item #1241279, was opened at 2005-07-20 10:45 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1241279&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Kon Angelopoulos (angek) Assigned to: Nobody/Anonymous (nobody) Summary: cvs full headers export problems Initial Comment: When exporting data using csv full headers I seem to always get a whole heap of extra info in the csv file. as an example I have attached a csv file. It is from a survey that only has 2 responses. /function/survey_export_csv.inc the comparison (around line 235): if ($key == key($columns[$i])){ should read: if ($key === key($columns[$i])){ ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1241279&group_id=8956 |