chamilo/chamilo-lms

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

Summary

Maintainability
A
0 mins
Test Coverage

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

Display::display_header($tool_name);

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

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

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

$add_type = 'multiple';

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

$tool_name = get_lang('Subscribe students to session(s)');

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

foreach ($session_list as $session) {

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

<?php echo '<legend>'.$tool_name.' </legend>';

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

    $form_sent = $_POST['form_sent'];

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

$session_list = SessionManager::get_sessions_list([], ['title']);

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

$form_sent = 0;

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

    if (1 == $form_sent) {

There are no issues that match your filters.

Category
Status