chamilo/chamilo-lms

View on GitHub
public/main/tracking/course_log_events.php

Summary

Maintainability
A
0 mins
Test Coverage

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

$course_id = api_get_course_int_id();

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

$export_csv = isset($_GET['export']) && 'csv' == $_GET['export'] ? true : false;

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

$this_section = SECTION_COURSES;

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

$course_code = api_get_course_id();

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

if (!$is_allowedToTrack) {

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

$extra_params['sortorder'] = 'desc';

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

$extra_params['autowidth'] = 'true';

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

    $column_model,

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

$extra_params['height'] = 'auto';

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

$extra_params['sortname'] = 'col7';

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

    $extra_params,

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

$is_allowedToTrack = Tracking::isAllowToTrack($sessionId);

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

$column_model = [

There are no issues that match your filters.

Category
Status