This commit is contained in:
2016-05-19 22:20:46 +10:00
parent c230ea32da
commit 1674c5242f

View File

@@ -1320,7 +1320,7 @@ function _booking_paypal_form_builder($node, &$form_state, $person, $invoiceid,
* This will be used to select which fields to import/export to/from a CSV * This will be used to select which fields to import/export to/from a CSV
*/ */
function _booking_get_person_fields() { function _booking_get_person_fields() {
$list_of_columns = new stdClass(); $list_of_columns = array();
$query = db_query('SHOW COLUMNS FROM {booking_person}'); $query = db_query('SHOW COLUMNS FROM {booking_person}');
$result = $query->fetchAll(); $result = $query->fetchAll();