public/main/forum/viewforum.php
Variable "max_qualify" is not in valid camel caps format Open
Open
$max_qualify = showQualify('2', $userId, $_GET['id']);
- Exclude checks
Variable "row_student_list" is not in valid camel caps format Open
Open
$userInfo = api_get_user_info($row_student_list['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 "post_date" is not in valid camel caps format Open
Open
$last_post = $post_date.'<br>'.get_lang('By').' '.displayUserLink(
- Exclude checks
Variable "attachment_list" is not in valid camel caps format Open
Open
$id_attach = !empty($attachment_list) ? $attachment_list['id'] : '';
- Exclude checks
Variable "my_action" is not in valid camel caps format Open
Open
if ('liststd' === $my_action &&
- Exclude checks
Variable "id_attach" is not in valid camel caps format Open
Open
$id_attach = !empty($attachment_list) ? $attachment_list['id'] : '';
- Exclude checks
Variable "max_qualify" is not in valid camel caps format Open
Open
$qualificationBlock .= '<td>'.$row_student_list['qualify'].'/'.$max_qualify.'</td>';
- Exclude checks
Variable "is_group_tutor" is not in valid camel caps format Open
Open
(api_is_allowed_to_edit(null, true) || $is_group_tutor)
- Exclude checks
Variable "student_list" is not in valid camel caps format Open
Open
if (Database::num_rows($student_list) > 0) {
- Exclude checks
Variable "class_stdlist" is not in valid camel caps format Open
Open
$class_stdlist = 'row_even';
- Exclude checks
Variable "post_date" is not in valid camel caps format Open
Open
$last_post = $post_date.'<br>'.get_lang('By').' '.displayUserLink($thread->getThreadLastPost()->getUser());
- Exclude checks
Variable "post_date" is not in valid camel caps format Open
Open
$post_date = api_convert_and_format_date($thread->getThreadLastPost()->getPostDate()->format('Y-m-d H:i:s'));
- Exclude checks
Variable "student_list" is not in valid camel caps format Open
Open
$student_list = get_thread_users_not_qualify($_GET['id']);
- Exclude checks
Variable "student_list" is not in valid camel caps format Open
Open
$student_list = get_thread_users_details($_GET['id']);
- Exclude checks
Variable "row_student_list" is not in valid camel caps format Open
Open
.(int) ($_GET['id']).'&user='.$row_student_list['id']
- Exclude checks
Variable "last_post" is not in valid camel caps format Open
Open
$last_post = $post_date.'<br>'.get_lang('By').' '.displayUserLink($thread->getThreadLastPost()->getUser());
- Exclude checks
Variable "id_attach" is not in valid camel caps format Open
Open
.'&id_attach='.$id_attach.'">'
- Exclude checks
Variable "class_stdlist" is not in valid camel caps format Open
Open
$class_stdlist = 'row_odd';
- Exclude checks
Variable "student_list" is not in valid camel caps format Open
Open
$student_list = get_thread_users_qualify($_GET['id']);
- Exclude checks
Variable "current_qualify_thread" is not in valid camel caps format Open
Open
$current_qualify_thread = showQualify(
- Exclude checks
Variable "is_group_tutor" is not in valid camel caps format Open
Open
$is_group_tutor = false;
- Exclude checks
Variable "row_student_list" is not in valid camel caps format Open
Open
$row_student_list['id'],
- Exclude checks
Variable "last_post" is not in valid camel caps format Open
Open
$last_post = '';
- Exclude checks
Variable "post_date" is not in valid camel caps format Open
Open
$post_date = api_convert_and_format_date($thread->getThreadLastPost()->getPostDate()->format('Y-m-d H:i:s'));
- Exclude checks
Variable "is_group_tutor" is not in valid camel caps format Open
Open
$is_group_tutor = GroupManager::isTutorOfGroup(
- Exclude checks
Variable "my_action" is not in valid camel caps format Open
Open
$my_action = $_GET['action'] ?? '';
- Exclude checks
Variable "student_list" is not in valid camel caps format Open
Open
$nrorow3 = Database::num_rows($student_list);
- Exclude checks
Variable "my_search" is not in valid camel caps format Open
Open
.Security::remove_XSS(urlencode($my_search)).'">'
- Exclude checks
Variable "row_student_list" is not in valid camel caps format Open
Open
while ($row_student_list = Database::fetch_array($student_list)) {
- Exclude checks
Variable "row_student_list" is not in valid camel caps format Open
Open
$qualificationBlock .= '<td>'.$row_student_list['qualify'].'/'.$max_qualify.'</td>';
- Exclude checks
Variable "row_student_list" is not in valid camel caps format Open
Open
.'&user_id='.$row_student_list['id'].'&idtextqualify='
- Exclude checks
Variable "student_list" is not in valid camel caps format Open
Open
while ($row_student_list = Database::fetch_array($student_list)) {
- Exclude checks
Variable "attachment_list" is not in valid camel caps format Open
Open
$id_attach = !empty($attachment_list) ? $attachment_list['id'] : '';
- Exclude checks
Variable "last_post" is not in valid camel caps format Open
Open
'last_post_by' => $last_post,
- Exclude checks
Variable "my_action" is not in valid camel caps format Open
Open
'action' => !empty($my_action) ? $my_action : 'list-threads',
- Exclude checks
Variable "my_action" is not in valid camel caps format Open
Open
'action' => !empty($my_action) ? $my_action : 'list-threads',
- Exclude checks
Multi-line function call not indented correctly; expected 12 spaces but found 16 Open
Open
)
- Exclude checks
Variable "my_search" is not in valid camel caps format Open
Open
$my_search = $_GET['search'] ?? '';
- Exclude checks
Variable "class_stdlist" is not in valid camel caps format Open
Open
$qualificationBlock .= '<tr class="'.$class_stdlist.'"><td>';
- Exclude checks
Variable "current_qualify_thread" is not in valid camel caps format Open
Open
.$current_qualify_thread.'">'
- Exclude checks
Variable "poster_username" is not in valid camel caps format Open
Open
$poster_username = sprintf(get_lang('Login: %s'), $thread->getUser()->getUsername());
- Exclude checks
Variable "poster_username" is not in valid camel caps format Open
Open
'title' => api_htmlentities($poster_username, ENT_QUOTES),
- Exclude checks
Variable "last_post" is not in valid camel caps format Open
Open
$last_post = null;
- Exclude checks
Variable "last_post" is not in valid camel caps format Open
Open
$last_post = $post_date.'<br>'.get_lang('By').' '.displayUserLink(
- Exclude checks
Multi-line function call not indented correctly; expected 12 spaces but found 16 Open
Open
)
- Exclude checks