Index: temp_moodle_dev/lamstwo/view.php =================================================================== RCS file: /usr/local/cvsroot/temp_moodle_dev/lamstwo/Attic/view.php,v diff -u -r1.4 -r1.5 --- temp_moodle_dev/lamstwo/view.php 18 Aug 2008 07:31:54 -0000 1.4 +++ temp_moodle_dev/lamstwo/view.php 21 Aug 2008 00:23:06 -0000 1.5 @@ -60,7 +60,8 @@ //--> XXX; - $authorurl = lamstwo_get_url($USER->username, $locale['lang'], $locale['country'], 0, $course->id, $LAMS2CONSTANTS->author_method); + $customcsv = "$USER->username,$course->id,$cm->section"; + $authorurl = lamstwo_get_url($USER->username, $locale['lang'], $locale['country'], 0, $course->id, $LAMS2CONSTANTS->author_method, $customcsv); echo $openauthorjs;