chamilo/chamilo-lms

View on GitHub
public/main/session/add_users_to_session.php

Summary

Maintainability
A
0 mins
Test Coverage

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

$this_section = SECTION_PLATFORM_ADMIN;

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

$add_type = 'unique';

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

$tbl_user = Database::get_main_table(TABLE_MAIN_USER);

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

Display::display_header($tool_name);

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

echo '<h2>'.$tool_name.' ('.$session->getTitle().') </h2>';

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

$link_add_group = Display::url(

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

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

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

        $link_add_group.

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

$tbl_session_rel_user = Database::get_main_table(TABLE_MAIN_SESSION_USER);

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

$tool_name = get_lang('Subscribe users to this session');

There are no issues that match your filters.

Category
Status