public/main/gradebook/gradebook_showlog_link.php
Variable "t_user" is not in valid camel caps format Open
Open
$t_user = Database::get_main_table(TABLE_MAIN_USER);
- Exclude checks
Variable "visible_link" is not in valid camel caps format Open
Open
$visible_link = Security::remove_XSS($_GET['visiblelink']);
- Exclude checks
Variable "list_info" is not in valid camel caps format Open
Open
$table = new SortableTableFromArrayConfig($list_info, 1, 20, 'gradebooklink');
- Exclude checks
Variable "t_user" is not in valid camel caps format Open
Open
FROM ".$t_link_log." lk inner join ".$t_user." us
- Exclude checks
Variable "list_info" is not in valid camel caps format Open
Open
$list_info = [];
- Exclude checks
Variable "list_info" is not in valid camel caps format Open
Open
foreach ($list_info as $key => $info_log) {
- Exclude checks
Variable "info_log" is not in valid camel caps format Open
Open
foreach ($list_info as $key => $info_log) {
- Exclude checks
Variable "list_info" is not in valid camel caps format Open
Open
$list_info[$key][5] = ($info_log[5]) ? api_convert_and_format_date($info_log[5]) : 'N/A';
- Exclude checks
Variable "t_link_log" is not in valid camel caps format Open
Open
FROM ".$t_link_log." lk inner join ".$t_user." us
- Exclude checks
Variable "info_log" is not in valid camel caps format Open
Open
$list_info[$key][3] = (1 == $info_log[3]) ? get_lang('AssessmentsVisible') : get_lang('AssessmentsInvisible');
- Exclude checks
Variable "list_info" is not in valid camel caps format Open
Open
$list_info[] = $row;
- Exclude checks
Variable "t_link_log" is not in valid camel caps format Open
Open
$t_link_log = Database::get_main_table(TABLE_MAIN_GRADEBOOK_LINKEVAL_LOG);
- Exclude checks
Variable "list_info" is not in valid camel caps format Open
Open
$list_info[$key][3] = (1 == $info_log[3]) ? get_lang('AssessmentsVisible') : get_lang('AssessmentsInvisible');
- Exclude checks
Variable "info_log" is not in valid camel caps format Open
Open
$list_info[$key][5] = ($info_log[5]) ? api_convert_and_format_date($info_log[5]) : 'N/A';
- Exclude checks
Variable "visible_link" is not in valid camel caps format Open
Open
$evaledit = EvalLink:: load($visible_link);
- Exclude checks
Variable "info_log" is not in valid camel caps format Open
Open
$list_info[$key][5] = ($info_log[5]) ? api_convert_and_format_date($info_log[5]) : 'N/A';
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_COURSES;
- Exclude checks