Browse Source

[svn r18058] logic changes- allow show the gradebook tool when the teacher is student - (see FS#3558)

Isaac Flores 16 years ago
parent
commit
77b4e159d0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      main/gradebook/lib/be/category.class.php

+ 0 - 1
main/gradebook/lib/be/category.class.php

@@ -634,7 +634,6 @@ class Category implements GradebookItem
 				.' (SELECT course_code'
 				.' FROM '.$main_course_user_table
 				.' WHERE user_id = '.$user_id
-				.' AND status = '.COURSEMANAGER
 				.')';
         }
 		$result = api_sql_query($sql, __FILE__, __LINE__);