chamilo/chamilo-lms

View on GitHub
public/main/course_description/index.php

Summary

Maintainability
A
0 mins
Test Coverage

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

$current_course_tool = TOOL_COURSE_DESCRIPTION;

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

$this_section = SECTION_COURSES;

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

if (6 == $description_type) {

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

$description_type = '';

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

if (3 == $description_type) {

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

if (8 == $description_type) {

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

if ($description_type >= 9) {

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

        $descriptionController->edit($id, $description_type);

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

if (4 == $description_type) {

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

if (7 == $description_type) {

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

if (1 == $description_type) {

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

if (5 == $description_type) {

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

    $description_type = (int) $_GET['description_type'];

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

if (2 == $description_type) {

There are no issues that match your filters.

Category
Status