chamilo/chamilo-lms

View on GitHub
public/main/lp/lp_impress.php

Summary

Maintainability
A
0 mins
Test Coverage

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

$this_section = SECTION_COURSES;

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

$show_learnpath = true;

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

    $lp_id,

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

$course_id = api_get_course_int_id();

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

$lp_id = intval($_GET['lp_id']);

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

$is_allowed_to_edit = api_is_allowed_to_edit(null, true, false, false);

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

if ($is_allowed_to_edit) {

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

$tool_name = get_lang('Current view mode: Impress');

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

$course_code = api_get_course_id();

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

    !learnpath::is_lp_visible_for_student($lp_id, api_get_user_id(), api_get_course_entity())

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

$tpl = new Template($tool_name, false, false, true);

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

        'url' => api_get_self()."?action=add_item&type=step&lp_id=".$lp->lp_id."&isStudentView=false&".api_get_cidreq(),

There are no issues that match your filters.

Category
Status