public/main/course_copy/recycle_course.php
Variable "current_course_code" is not in valid camel caps format Open
Open
if ($current_course_code == $courseCodeConfirmation) {
- Exclude checks
Variable "current_course_code" is not in valid camel caps format Open
Open
$current_course_code = api_get_course_id();
- Exclude checks
Variable "recycle_type" is not in valid camel caps format Open
Open
$recycle_type = '';
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_COURSES;
- Exclude checks
Variable "recycle_type" is not in valid camel caps format Open
Open
$cr->recycle($recycle_type);
- Exclude checks
Variable "recycle_type" is not in valid camel caps format Open
Open
$recycle_type = 'select_items';
- Exclude checks
Variable "current_course_tool" is not in valid camel caps format Open
Open
$current_course_tool = TOOL_COURSE_MAINTENANCE;
- Exclude checks
Variable "recycle_type" is not in valid camel caps format Open
Open
} elseif ('select_items' == $recycle_type) {
- Exclude checks
Variable "recycle_type" is not in valid camel caps format Open
Open
$recycle_type = 'full_backup';
- Exclude checks
Variable "recycle_type" is not in valid camel caps format Open
Open
$cr->recycle($recycle_type);
- Exclude checks
Variable "recycle_type" is not in valid camel caps format Open
Open
if ('full_backup' == $recycle_type) {
- Exclude checks