BUG in Gradebook Plus 2 - in 1.6 and 1.7

Re: BUG in Gradebook Plus 2 - in 1.6 and 1.7

by Randy Thornton -
Number of replies: 0
Picture of Documentation writers
Lori,

Thanks so much for posting that, it has FIXED my problem in 1.6.3 with adding the graded events, which before just came up empty. Wonderful.

That the wrong referrer would mess that up makes sense. One tiny note: in my version of the lib.php (line 1194) I had to make two small changes to the syntax of your example:

1) add the -> between $course and id to $course->id
2) the function getstring should be get_string

Thus:

$row[]= new tabobject ('add', 'addgraded.php?id='.$course->id.'&group='.$group, get_string('addgrade', 'grades'));


Thanks again !

Randy