[Aimmath-commit] moodle/mod/math_assignment view.php,1.5,1.6
Brought to you by:
gustav_delius,
npstrick
|
From: <ma...@us...> - 2003-09-18 11:30:13
|
Update of /cvsroot/aimmath/moodle/mod/math_assignment
In directory sc8-pr-cvs1:/tmp/cvs-serv29537/mod/math_assignment
Modified Files:
view.php
Log Message:
Fixed a bug in view.php so that your modification now works (it was never displaying aim marks even when it should have been).
Index: view.php
===================================================================
RCS file: /cvsroot/aimmath/moodle/mod/math_assignment/view.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** view.php 17 Sep 2003 10:20:59 -0000 1.5
--- view.php 18 Sep 2003 11:30:04 -0000 1.6
***************
*** 45,49 ****
add_to_log($course->id, "math_assignment", "view", "view.php?id=$cm->id", "$math_assignment->id");
! $hasaim = (!$math_assignment_aimquiz == "");
$strfirstname = get_string("firstname");
--- 45,49 ----
add_to_log($course->id, "math_assignment", "view", "view.php?id=$cm->id", "$math_assignment->id");
! $hasaim = (!$math_assignment->aimquiz == "");
$strfirstname = get_string("firstname");
|