add debug

This commit is contained in:
2018-07-13 14:31:46 +10:00
parent 1ee6d8e7c0
commit 930c0ec7ff
2 changed files with 4 additions and 651 deletions

View File

@@ -600,6 +600,10 @@ function booking_varietysessions_csv_report($timeslot_id) {
$column_headings[] = array($heading => 'string');
}
watchdog('booking_debug', "<pre>Variety session spreadsheet columns\n@info</pre>",
array('@info' => print_r( $column_headings, true)));
// Calculate each row based on column headings
for ($i = 0; $i < max($maximums); $i++) {
$output = array();