Revert "Fix dereference"

This reverts commit f868e02257
This commit is contained in:
2016-05-04 11:23:39 +10:00
parent f868e02257
commit 0d7ee90292

View File

@@ -765,7 +765,7 @@ function booking_csv_report() {
//room location
if ($key == 'booking_room_location_id') {
//$output[] = _booking_room_location_lookup($value);
$output[] = $room_locations[$value]['booking_roomlocation_descrip'];
$output[] = $room_locations[$value]->booking_roomlocation_descrip;
continue;
}