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

skala
Isaac Flores 16 years ago
parent 92b0bae0d2
commit 77b4e159d0
  1. 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__);

Loading…
Cancel
Save