added a todo about converting to files api

This commit is contained in:
mjollnir_
2008-08-04 12:40:15 +00:00
parent 6e01bf1535
commit 18fbaf2e28
+1
View File
@@ -2311,6 +2311,7 @@ function data_export_csv($export, $delimiter_name, $dataname, $count, $todir=fal
echo $returnstr;
return;
}
// @todo - convert to files api.
$status = ($handle = fopen($todir . '/' . $filename, 'w'));
$status = $status && fwrite($handle, $returnstr);
$status = $status && fclose($handle);