From 17890ea12d545dd6589ffc3cc140aa76f3dfd049 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Fri, 29 Nov 2013 10:25:46 -0500 Subject: [PATCH] Minor - doc typo --- main/inc/lib/course.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/inc/lib/course.lib.php b/main/inc/lib/course.lib.php index 5d372066a5..5375310ee7 100644 --- a/main/inc/lib/course.lib.php +++ b/main/inc/lib/course.lib.php @@ -3733,7 +3733,7 @@ class CourseManager $result = Database::select('id, accesses, total_score, users', $table_course_ranking, array('where' => array('c_id = ? AND session_id = ? AND url_id = ?' => $params)), 'first'); - // Problem here every thime we load the courses/XXXX/index.php course home page we update the access + // Problem here every time we load the courses/XXXX/index.php course home page we update the access if (empty($result)) { if ($add_access) {