chamilo/chamilo-lms

View on GitHub
public/main/session/add_teachers_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 "form_sent" is not in valid camel caps format
Open

    if (1 == $form_sent &&

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

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

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

$form_sent = 0;

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

foreach ($session_list as $session) {

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

$tool_name = get_lang('Enroll trainers from existing sessions');

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

    $form_sent = $_POST['form_sent'];

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

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

There are no issues that match your filters.

Category
Status