chamilo/chamilo-lms

View on GitHub
public/main/course_copy/recycle_course.php

Summary

Maintainability
A
0 mins
Test Coverage

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

        if ($current_course_code == $courseCodeConfirmation) {

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

$current_course_code = api_get_course_id();

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

    $recycle_type = '';

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

$this_section = SECTION_COURSES;

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

        $cr->recycle($recycle_type);

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

        $recycle_type = 'select_items';

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

$current_course_tool = TOOL_COURSE_MAINTENANCE;

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

    } elseif ('select_items' == $recycle_type) {

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

        $recycle_type = 'full_backup';

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

            $cr->recycle($recycle_type);

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

    if ('full_backup' == $recycle_type) {

There are no issues that match your filters.

Category
Status