change column headings format
This commit is contained in:
@@ -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>",
|
||||
|
Reference in New Issue
Block a user