There was a DB error with GetChairPersons. Error Detail: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY person_last' at line 3
This was your Query: SELECT person_id, person_first, person_last, person_middle, person_suffix, person_email, person_url_name, position_name, chair
FROM people, practices2people, people_positions WHERE person_lookup_id = person_id AND position_id = person_position
AND person_active = 1 AND person_draft = 0 AND chair > 0 AND practice_lookup_id = ORDER BY person_last
