Browse Source

change parameter $with_session to false in function get_student_list_from_course_code CT#602

Carlos Vargas 15 years ago
parent
commit
0474556880
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/inc/lib/blog.lib.php

+ 1 - 1
main/inc/lib/blog.lib.php

@@ -2225,7 +2225,7 @@ class Blog {
 			$session_id = 0;
 		}
 
-		$student_list = CourseManager :: get_student_list_from_course_code($currentCourse, true, $session_id);
+		$student_list = CourseManager :: get_student_list_from_course_code($currentCourse, false, $session_id);
 		$user_data = array ();
 
 		// Add users that are not in this blog to the list.