-
Committer:
mattgiuca
-
Date:
2008-03-15 04:20:30 UTC
-
Revision ID:
svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:693
db: get_problem_problemid now automatically inserts a new entry if the problem
doesn't exist (now it is no longer referentially transparent, but it is
idempotent).
Removed insert_problem - you can just call get_problem_problemid to do
this.
tutorialservice: No longer tries to insert a new entry if problem doesnt
exist, just expects db to do this.
No longer calls insert_problem (removed).