From: toyomoyo Date: Mon, 30 Oct 2006 05:40:46 +0000 (+0000) Subject: merged fixing progress count X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0d6f531d8fe9501fadf203cd41b261bce1865d61;p=moodle.git merged fixing progress count --- diff --git a/lib/accesslib.php b/lib/accesslib.php index 80c3cf1b8a..04ff512c17 100755 --- a/lib/accesslib.php +++ b/lib/accesslib.php @@ -1230,6 +1230,7 @@ function moodle_install_roles() { $teacher = $rs->FetchObj(); // ignore site level teacher assignments if ($teacher->course == SITEID) { + $progresscount++; continue; } // populate the user_lastaccess table