fix another typo
authorDan Marsden <dan@danmarsden.com>
Wed, 21 Aug 2013 22:05:25 +0000 (10:05 +1200)
committerDan Marsden <dan@danmarsden.com>
Wed, 21 Aug 2013 22:05:25 +0000 (10:05 +1200)
locallib.php

index e09cff9..1975b0b 100644 (file)
@@ -1396,7 +1396,7 @@ function attforblock_upgrade() {
     $DB->update_record('modules', $module);
 
     // Clear cache for courses with attendances.
-    $attendances = $DB->get_recordset('attendance', array(), '', 'courseid');
+    $attendances = $DB->get_recordset('attendance', array(), '', 'course');
     foreach ($attendances as $attendance) {
         rebuild_course_cache($attendance->course, true);
     }