433
433
result['active'] = _parse_boolean(result['active'])
436
def get_enrolment_groups(self, login, offeringid, dry=False):
444
FROM project_set, project_group, group_member, login
456
437
"""Close the DB connection. Do not call any other functions after
457
438
this. (The behaviour of doing so is undefined).