making progress
This commit is contained in:
@@ -148,9 +148,8 @@ function booking_earlyaccess_csv_report() {
|
||||
->orderBy('cid');
|
||||
$result = $codelist_query->execute();
|
||||
|
||||
$firstresult = $result;
|
||||
watchdog('booking', "CSV firstresult: @info", array('@info' => var_export($firstresult, TRUE)));
|
||||
foreach ($firstresult as $record) {
|
||||
foreach ($result as $record) {
|
||||
watchdog('booking', "CSV first record for header: @info", array('@info' => var_export($record, TRUE)));
|
||||
foreach ($record as $key => $value) {
|
||||
$header_array[] = $key;
|
||||
|
Reference in New Issue
Block a user