chamilo/chamilo-lms

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

Summary

Maintainability
A
0 mins
Test Coverage

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

$tool_name = get_lang('Import list of HR directors into sessions');

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

Display::display_header($tool_name);

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

    echo Display::return_message($error_message, 'normal', false);

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

$form_sent = 0;

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

$inserted_in_course = [];

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

if (!empty($error_message)) {

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

        $error_message = get_lang('No file was sent');

There are no issues that match your filters.

Category
Status