add CSV report for earlyaccess codes
This commit is contained in:
@@ -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)));
|
||||
|
||||
|
Reference in New Issue
Block a user