added a todo about converting to files api
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user