chamilo/chamilo-lms

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

Summary

Maintainability
A
0 mins
Test Coverage

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

                $start_date,

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

        echo $foo_print;

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

if (!$is_allowedToTrack) {

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

            $sql_result = MySpace::get_connections_to_course_by_date(

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

                $user_id,

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

        $start_date = isset($_REQUEST['startDate']) ? $_REQUEST['startDate'] : '';

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

        $end_date = isset($_REQUEST['endDate']) ? $_REQUEST['endDate'] : '';

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

            $result['graph_result'] = MySpace::grapher($connections, $start_date, $end_date, $type);

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

                $user_id,

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

        $course_code = isset($_REQUEST['course']) ? $_REQUEST['course'] : '';

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

            $result['graph_result'] = MySpace::grapher($connections, $start_date, $end_date, $type);

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

        $foo_print = MySpace::grapher($sql_result, $start_date, $end_date, $type);

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

            $end_date = Security::remove_XSS($_REQUEST['ed']);

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

        $foo_print = MySpace::grapher($sql_result, $start_date, $end_date, $type);

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

            $start_date,

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

                $end_date

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

        $course_code = Security::remove_XSS($_REQUEST['course']);

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

        $foo_print = MySpace::grapher($sql_result, $start_date, $end_date, $type);

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

        $courseInfo = api_get_course_info($course_code);

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

                $end_date

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

            $sql_result = MySpace::get_connections_to_course(

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

                $user_id,

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

$is_allowedToTrack = api_is_platform_admin(true, true) ||

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

        $user_id = (int) $_REQUEST['student'];

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

        $courseInfo = api_get_course_info($course_code);

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

        $user_id = isset($_REQUEST['student']) ? $_REQUEST['student'] : '';

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

        $foo_print = MySpace::grapher($sql_result, $start_date, $end_date, $type);

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

                $start_date,

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

            $start_date = Security::remove_XSS($_REQUEST['sd']);

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

            $user_id,

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

            $end_date,

There are no issues that match your filters.

Category
Status