public/main/gradebook/gradebook_edit_link.php
Variable "parent_cat" is not in valid camel caps format Open
Open
$parent_cat = Category::load($values['select_gradebook']);
- Exclude checks
Variable "attendance_id" is not in valid camel caps format Open
Open
WHERE iid = '.$attendance_id;
- Exclude checks
Variable "tbl_grade_links" is not in valid camel caps format Open
Open
$tbl_grade_links = Database::get_main_table(TABLE_MAIN_GRADEBOOK_LINK);
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$cats = Category::loadSessionCategories(null, $session_id);
- Exclude checks
Variable "final_weight" is not in valid camel caps format Open
Open
thread_weight = '.api_float_val($final_weight).'
- Exclude checks
Variable "course_code" is not in valid camel caps format Open
Open
$course_code = api_get_course_id();
- Exclude checks
Variable "row_attendance" is not in valid camel caps format Open
Open
$attendance_id = (int) $row_attendance['ref_id'];
- Exclude checks
Variable "course_id" is not in valid camel caps format Open
Open
$course_id = api_get_course_int_id();
- Exclude checks
Variable "tbl_attendance" is not in valid camel caps format Open
Open
$sql = 'UPDATE '.$tbl_attendance.' SET
- Exclude checks
Variable "tbl_grade_links" is not in valid camel caps format Open
Open
$sql = 'SELECT ref_id FROM '.$tbl_grade_links.'
- 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 "rs_attendance" is not in valid camel caps format Open
Open
$row_attendance = Database::fetch_array($rs_attendance);
- Exclude checks
Variable "rs_attendance" is not in valid camel caps format Open
Open
if (Database::num_rows($rs_attendance) > 0) {
- Exclude checks
Variable "tbl_forum_thread" is not in valid camel caps format Open
Open
$sql = 'UPDATE '.$tbl_forum_thread.' SET
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$session_id = api_get_session_id();
- Exclude checks
Variable "course_id" is not in valid camel caps format Open
Open
$course_id,
- Exclude checks
Variable "attendance_id" is not in valid camel caps format Open
Open
$attendance_id = (int) $row_attendance['ref_id'];
- Exclude checks
Variable "final_weight" is not in valid camel caps format Open
Open
'final_weight' => $final_weight,
- Exclude checks
Variable "final_weight" is not in valid camel caps format Open
Open
$final_weight = $values['weight_mask'];
- Exclude checks
Variable "final_weight" is not in valid camel caps format Open
Open
$link->set_weight($final_weight);
- Exclude checks
Variable "row_attendance" is not in valid camel caps format Open
Open
$row_attendance = Database::fetch_array($rs_attendance);
- Exclude checks
Variable "rs_attendance" is not in valid camel caps format Open
Open
$rs_attendance = Database::query($sql);
- Exclude checks
Variable "final_weight" is not in valid camel caps format Open
Open
attendance_weight ='.api_float_val($final_weight).'
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
if (0 == $session_id) {
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$session_id,
- Exclude checks
Variable "tbl_attendance" is not in valid camel caps format Open
Open
$tbl_attendance = Database::get_course_table(TABLE_ATTENDANCE);
- Exclude checks
Variable "tbl_grade_links" is not in valid camel caps format Open
Open
SELECT ref_id FROM '.$tbl_grade_links.'
- Exclude checks