mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
added a todo about converting to files api
This commit is contained in:
parent
6e01bf1535
commit
18fbaf2e28
1 changed files with 1 additions and 0 deletions
|
@ -2311,6 +2311,7 @@ function data_export_csv($export, $delimiter_name, $dataname, $count, $todir=fal
|
||||||
echo $returnstr;
|
echo $returnstr;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
// @todo - convert to files api.
|
||||||
$status = ($handle = fopen($todir . '/' . $filename, 'w'));
|
$status = ($handle = fopen($todir . '/' . $filename, 'w'));
|
||||||
$status = $status && fwrite($handle, $returnstr);
|
$status = $status && fwrite($handle, $returnstr);
|
||||||
$status = $status && fclose($handle);
|
$status = $status && fclose($handle);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue