public/main/inc/ajax/online.ajax.php
Variable "images_to_show" is not in valid camel caps format Open
Open
$user_list = who_is_online($page_rows, $images_to_show);
- Exclude checks
Variable "user_list" is not in valid camel caps format Open
Open
$user_list = who_is_online($page_rows, $images_to_show);
- Exclude checks
Variable "user_list" is not in valid camel caps format Open
Open
if (!empty($user_list)) {
- Exclude checks
Variable "images_to_show" is not in valid camel caps format Open
Open
$images_to_show = MAX_ONLINE_USERS;
- Exclude checks
Variable "max_page" is not in valid camel caps format Open
Open
$max_page = ceil(who_is_online_count() / $images_to_show);
- Exclude checks
Variable "max_page" is not in valid camel caps format Open
Open
if (!empty($max_page) && $page <= $max_page) {
- Exclude checks
Variable "page_rows" is not in valid camel caps format Open
Open
$page_rows,
- Exclude checks
Variable "images_to_show" is not in valid camel caps format Open
Open
$images_to_show,
- Exclude checks
Variable "max_page" is not in valid camel caps format Open
Open
if (!empty($max_page) && $page <= $max_page) {
- Exclude checks
Variable "page_rows" is not in valid camel caps format Open
Open
$user_list = who_is_online($page_rows, $images_to_show);
- Exclude checks
Variable "images_to_show" is not in valid camel caps format Open
Open
$max_page = ceil(who_is_online_count() / $images_to_show);
- Exclude checks
Variable "page_rows" is not in valid camel caps format Open
Open
$page_rows = ($page - 1) * MAX_ONLINE_USERS;
- Exclude checks
Variable "user_list" is not in valid camel caps format Open
Open
$user_list = who_is_online_in_this_course(
- Exclude checks
Variable "user_list" is not in valid camel caps format Open
Open
echo SocialManager::display_user_list($user_list, false);
- Exclude checks
Variable "_dont_save_user_course_access" is not in valid camel caps format Open
Open
$_dont_save_user_course_access = true;
- Exclude checks