]> git.mjollnir.org Git - moodle.git/commitdiff
added a todo about converting to files api
authormjollnir_ <mjollnir_>
Mon, 4 Aug 2008 12:40:15 +0000 (12:40 +0000)
committermjollnir_ <mjollnir_>
Mon, 4 Aug 2008 12:40:15 +0000 (12:40 +0000)
mod/data/lib.php

index aaeb184f59dae3aa4703d36f1cefb9f02d0f9cfa..05d7db0f2169572425e643a21dc40c344fba031b 100755 (executable)
@@ -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);