public/main/gradebook/gradebook_add_link.php
Variable "course_info" is not in valid camel caps format Open
Open
$course_info = api_get_course_info($courseCode);
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$session_id
- Exclude checks
Variable "course_info" is not in valid camel caps format Open
Open
c_id = '.$course_info['real_id'].' AND
- Exclude checks
Variable "all_categories" is not in valid camel caps format Open
Open
$all_categories = Category::load(
- Exclude checks
Variable "tbl_forum_thread" is not in valid camel caps format Open
Open
$sql = 'UPDATE '.$tbl_forum_thread.' SET
- Exclude checks
Variable "tbl_link" is not in valid camel caps format Open
Open
$tbl_link = Database::get_main_table(TABLE_MAIN_GRADEBOOK_LINK);
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
if (0 == $session_id) {
- Exclude checks
Variable "addvalue_result" is not in valid camel caps format Open
Open
if (1 == $addvalue_result) {
- Exclude checks
Variable "sql_l" is not in valid camel caps format Open
Open
$sql_l = 'SELECT count(*) FROM '.$tbl_link.'
- Exclude checks
Variable "all_categories" is not in valid camel caps format Open
Open
$all_categories = Category::loadSessionCategories(null, $session_id);
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$all_categories = Category::loadSessionCategories(null, $session_id);
- Exclude checks
Variable "course_id" is not in valid camel caps format Open
Open
course_code="'.$course_id.'" AND
- Exclude checks
Variable "current_course_tool" is not in valid camel caps format Open
Open
$current_course_tool = TOOL_GRADEBOOK;
- Exclude checks
Variable "current_id" is not in valid camel caps format Open
Open
$current_id = 0;
- Exclude checks
Variable "sql_l" is not in valid camel caps format Open
Open
$res_l = Database::query($sql_l);
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_COURSES;
- Exclude checks
Variable "global_weight" is not in valid camel caps format Open
Open
$global_weight = $category[0]->get_weight();
- Exclude checks
Variable "res_l" is not in valid camel caps format Open
Open
$res_l = Database::query($sql_l);
- Exclude checks
Variable "res_l" is not in valid camel caps format Open
Open
$row = Database::fetch_row($res_l);
- Exclude checks
Variable "action_details" is not in valid camel caps format Open
Open
$action_details = '';
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$session_id = api_get_session_id();
- Exclude checks
Variable "tbl_forum_thread" is not in valid camel caps format Open
Open
$sql1 = 'SELECT title from '.$tbl_forum_thread.'
- Exclude checks
Variable "tbl_forum_thread" is not in valid camel caps format Open
Open
$tbl_forum_thread = Database::get_course_table(TABLE_FORUM_THREAD);
- Exclude checks
Variable "course_id" is not in valid camel caps format Open
Open
$course_id = api_get_course_id();
- Exclude checks
Variable "course_info" is not in valid camel caps format Open
Open
c_id = '.$course_info['real_id'].' ';
- Exclude checks
Variable "all_categories" is not in valid camel caps format Open
Open
$all_categories,
- Exclude checks
Variable "parent_cat" is not in valid camel caps format Open
Open
$parent_cat = Category::load($addvalues['select_gradebook']);
- Exclude checks
Variable "addvalue_result" is not in valid camel caps format Open
Open
$addvalue_result = !empty($addvalues['addresult']) ? $addvalues['addresult'] : [];
- Exclude checks
Variable "action_details" is not in valid camel caps format Open
Open
$action_details = 'selectcat';
- Exclude checks
Variable "current_id" is not in valid camel caps format Open
Open
$current_id = (int) $_GET['selectcat'];
- Exclude checks
Variable "tbl_link" is not in valid camel caps format Open
Open
$sql_l = 'SELECT count(*) FROM '.$tbl_link.'
- Exclude checks