add CSV report for earlyaccess codes

This commit is contained in:
2017-06-29 14:35:40 +10:00
parent 241f1e02e2
commit 381d61b85d
3 changed files with 18 additions and 2 deletions

View File

@@ -789,7 +789,7 @@ function booking_csv_report() {
//@fwrite($handle, $header . "\n");
$csv .= $header . "\n";
//each record
foreach ($result as $record) {
foreach ($result as $record) {
//watchdog('booking', "CSV raw data entry: @info", array('@info' => var_export($record, TRUE)));