the _cod_bof_get_gid function is currently missing curly braces on the og_membership table.
function _cod_bof_get_gid($time_slot_id) {
return db_query('SELECT g.gid FROM og_membership g, field_data_field_slot_types_time_slot t
WHERE g.etid = t.field_slot_types_time_slot_target_id AND t.entity_id = :timeslotid', array(':timeslotid' => $time_slot_id))->fetchField();
}
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | cod_support-cod_bof_missing_brances-2003660-1.patch | 631 bytes | chrisguindon |
Comments
Comment #1
chrisguindon commentedA patch is attached.
Comment #2
japerryFixed!
http://drupalcode.org/project/cod_support.git/commit/3a2dec916cbfe780b3a...