public/main/gradebook/gradebook_add_eval.php
Variable "select_cat" is not in valid camel caps format Open
Open
'url' => Category::getUrl().'selectcat='.$select_cat,
- Exclude checks
Variable "parent_cat" is not in valid camel caps format Open
Open
$parent_cat = Category::load($values['hid_category_id']);
- Exclude checks
Variable "val_addresult" is not in valid camel caps format Open
Open
$val_addresult = isset($values['addresult']) ? $values['addresult'] : null;
- Exclude checks
Variable "select_cat" is not in valid camel caps format Open
Open
'action_details' => 'selectcat='.$select_cat,
- Exclude checks
Variable "select_cat" is not in valid camel caps format Open
Open
api_get_self().'?selectcat='.$select_cat.'&'.api_get_cidreq()
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_COURSES;
- Exclude checks
Variable "is_allowedToEdit" is not in valid camel caps format Open
Open
$is_allowedToEdit = api_is_course_admin();
- Exclude checks
Variable "select_cat" is not in valid camel caps format Open
Open
if (!empty($select_cat)) {
- Exclude checks
Variable "val_addresult" is not in valid camel caps format Open
Open
if (1 == $val_addresult) {
- Exclude checks
Variable "select_cat" is not in valid camel caps format Open
Open
$select_cat = isset($_GET['selectcat']) ? (int) $_GET['selectcat'] : 0;
- Exclude checks
Variable "current_course_tool" is not in valid camel caps format Open
Open
$current_course_tool = TOOL_GRADEBOOK;
- Exclude checks
Variable "global_weight" is not in valid camel caps format Open
Open
$global_weight = $cat[0]->get_weight();
- Exclude checks