public/main/gradebook/gradebook_edit_cat.php
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_COURSES;
- Exclude checks
Variable "action_details" is not in valid camel caps format Open
Open
$action_details = 'editcat';
- Exclude checks
Variable "action_details" is not in valid camel caps format Open
Open
$action_details = '';
- Exclude checks
Variable "current_id" is not in valid camel caps format Open
Open
$current_id = (int) $_GET['editcat'];
- Exclude checks
Variable "current_id" is not in valid camel caps format Open
Open
$current_id = 0;
- Exclude checks
Variable "edit_cat" is not in valid camel caps format Open
Open
$edit_cat = isset($_REQUEST['editcat']) ? (int) $_REQUEST['editcat'] : 0;
- Exclude checks
Variable "edit_cat" is not in valid camel caps format Open
Open
$catedit = Category::load($edit_cat);
- Exclude checks
Variable "edit_cat" is not in valid camel caps format Open
Open
api_get_self().'?'.api_get_cidreq().'&editcat='.$edit_cat
- Exclude checks
Variable "action_details" is not in valid camel caps format Open
Open
'action_details' => $action_details,
- Exclude checks