fix sql query
This commit is contained in:
@@ -59,7 +59,7 @@ function booking_studygroups_csv_report($group_id) {
|
||||
$data[$member->booking_session_id][] = implode(' ', $text);
|
||||
|
||||
}
|
||||
watchdog('booking_debug', "<pre>Study Group CSV Report\n@info</pre>", array('@info' => print_r( $data_array, true)));
|
||||
//watchdog('booking_debug', "<pre>Study Group CSV Report\n@info</pre>", array('@info' => print_r( $data_array, true)));
|
||||
|
||||
//calculate the CSV layout
|
||||
$header_array = array_keys($data);
|
||||
|
Reference in New Issue
Block a user