change column headings format

This commit is contained in:
2018-07-13 14:33:57 +10:00
parent 930c0ec7ff
commit 05d8e97edd

View File

@@ -597,7 +597,8 @@ function booking_varietysessions_csv_report($timeslot_id) {
}
// Adjusted for excel, assume each column is just a string
$column_headings[] = array($heading => 'string');
//$column_headings[] = array($heading => 'string');
$column_headings[$heading] => 'string';
}
watchdog('booking_debug', "<pre>Variety session spreadsheet columns\n@info</pre>",