chamilo/chamilo-lms

View on GitHub
public/main/admin/user_information.php

Summary

Maintainability
A
0 mins
Test Coverage

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

$table_course = Database::get_main_table(TABLE_MAIN_COURSE);

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

$personal_course_list = [];

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

$table_course_user = Database::get_main_table(TABLE_MAIN_COURSE_USER);

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

$tool_name = $completeName = UserManager::formatUserFullName($user);

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

$this_section = SECTION_PLATFORM_ADMIN;

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

Display::display_header($tool_name);

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

        $personal_course_list = [];

There are no issues that match your filters.

Category
Status