chamilo/chamilo-lms

View on GitHub
public/main/inc/ajax/online.ajax.php

Summary

Maintainability
A
0 mins
Test Coverage

Variable "images_to_show" is not in valid camel caps format
Open

                $user_list = who_is_online($page_rows, $images_to_show);

Variable "user_list" is not in valid camel caps format
Open

                $user_list = who_is_online($page_rows, $images_to_show);

Variable "user_list" is not in valid camel caps format
Open

            if (!empty($user_list)) {

Variable "images_to_show" is not in valid camel caps format
Open

        $images_to_show = MAX_ONLINE_USERS;

Variable "max_page" is not in valid camel caps format
Open

        $max_page = ceil(who_is_online_count() / $images_to_show);

Variable "max_page" is not in valid camel caps format
Open

        if (!empty($max_page) && $page <= $max_page) {

Variable "page_rows" is not in valid camel caps format
Open

                    $page_rows,

Variable "images_to_show" is not in valid camel caps format
Open

                    $images_to_show,

Variable "max_page" is not in valid camel caps format
Open

        if (!empty($max_page) && $page <= $max_page) {

Variable "page_rows" is not in valid camel caps format
Open

                $user_list = who_is_online($page_rows, $images_to_show);

Variable "images_to_show" is not in valid camel caps format
Open

        $max_page = ceil(who_is_online_count() / $images_to_show);

Variable "page_rows" is not in valid camel caps format
Open

        $page_rows = ($page - 1) * MAX_ONLINE_USERS;

Variable "user_list" is not in valid camel caps format
Open

                $user_list = who_is_online_in_this_course(

Variable "user_list" is not in valid camel caps format
Open

                echo SocialManager::display_user_list($user_list, false);

Variable "_dont_save_user_course_access" is not in valid camel caps format
Open

$_dont_save_user_course_access = true;

There are no issues that match your filters.

Category
Status