]> git.mjollnir.org Git - moodle.git/commit
Solved two small typos preventing quiz being deleted properly in
authorstronk7 <stronk7>
Wed, 7 Apr 2004 23:38:48 +0000 (23:38 +0000)
committerstronk7 <stronk7>
Wed, 7 Apr 2004 23:38:48 +0000 (23:38 +0000)
commit464edd6d2e1f5ccde63c7b6c87f5e9dd2f1ec9cc
treeb40622635fd2d28a4797117257e1a64931b68656
parent5acc5ecb97250d9317c14ef639aab5fe15ac724c
Solved two small typos preventing quiz being deleted properly in
quiz_delete_instance() function:
public----------------------------------->publish
get_record("quiz_attempts")------------->get_records("quiz_attempts")
mod/quiz/lib.php