From 0d6f531d8fe9501fadf203cd41b261bce1865d61 Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Mon, 30 Oct 2006 05:40:46 +0000 Subject: [PATCH] merged fixing progress count --- lib/accesslib.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/accesslib.php b/lib/accesslib.php index 80c3cf1b8a0..04ff512c171 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