chamilo/chamilo-lms

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

Summary

Maintainability
A
0 mins
Test Coverage

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

$tool_name = get_lang('Create a course');

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

$form->addElement('header', $tool_name);

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

    $course_teachers = isset($course['course_teachers']) ? $course['course_teachers'] : null;

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

$tpl = new Template($tool_name);

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

$extra_field = new ExtraField('course');

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

if (isset($default_course_visibility)) {

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

    $course['teachers'] = $course_teachers;

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

$default_course_visibility = api_get_setting('courses_default_creation_visibility');

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

$extra = $extra_field->addElements($form);

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

$this_section = SECTION_PLATFORM_ADMIN;

There are no issues that match your filters.

Category
Status