public/main/gradebook/gradebook_display_summary.php
Variable "cat_id" is not in valid camel caps format Open
Open
$cat_id,
- Exclude checks
Variable "cat_id" is not in valid camel caps format Open
Open
$cat_id,
- Exclude checks
Variable "cat_id" is not in valid camel caps format Open
Open
$url = api_get_self().'?action=export_all&'.api_get_cidreq().'&selectcat='.$cat_id;
- Exclude checks
Variable "cat_id" is not in valid camel caps format Open
Open
'gradebook/skill_rel_user.php?'.api_get_cidreq().'&user_id='.$value['user_id'].'&selectcat='.$cat_id;
- Exclude checks
Variable "cat_id" is not in valid camel caps format Open
Open
$url = api_get_self().'?'.api_get_cidreq().'&action=download&user_id='.$value['user_id'].'&selectcat='.$cat_id;
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_COURSES;
- Exclude checks
Variable "cat_id" is not in valid camel caps format Open
Open
$url = api_get_self().'?'.api_get_cidreq().'&action=add_comment&user_id='.$value['user_id'].'&gradebook_id='.$cat_id;
- Exclude checks
Variable "current_course_tool" is not in valid camel caps format Open
Open
$current_course_tool = TOOL_GRADEBOOK;
- Exclude checks
Variable "course_code" is not in valid camel caps format Open
Open
$course_code = api_get_course_id();
- Exclude checks
Variable "cat_id" is not in valid camel caps format Open
Open
$cat_id = isset($_GET['selectcat']) ? (int) $_GET['selectcat'] : null;
- Exclude checks