Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Merge pull request #21 from colincoghill/3.9.2-bugfixes
Browse files Browse the repository at this point in the history
3.9.2 bugfixes
  • Loading branch information
colincoghill committed Jul 4, 2013
2 parents bdca57b + 1492ec1 commit 64e6bac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/oasis/lib/Groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ def active_by_course(course_id):
WHERE "ugroups"."active" = TRUE
AND "groupcourses"."groupid" = "ugroups"."id"
AND "groupcourses"."course" = %s
AND "ugroups"."period" = "periods"."id"
AND "periods"."finish" > NOW();;""",
AND "ugroups"."period" = "periods"."id";""",
# AND "periods"."finish" > NOW();;""",
(course_id,))
groups = {}
if ret:
Expand Down

0 comments on commit 64e6bac

Please sign in to comment.