chamilo/chamilo-lms

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

Summary

Maintainability
A
0 mins
Test Coverage

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

if (isset($is_success) && true == $is_success) {

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

$show_learn_path = true;

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

    'url' => api_get_self()."?action=add_item&lp_id=$learnpath_id",

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

$learnpath_id = isset($_REQUEST['lp_id']) ? (int) $_REQUEST['lp_id'] : null;

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

    header('location:lp_controller.php?action=view&lp_id='.$learnpath_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);

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

$this_section = SECTION_COURSES;

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

$lp_theme_css = $lp->get_theme();

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

    'url' => api_get_self()."?action=add_item&type=step&lp_id=$learnpath_id&".api_get_cidreq(),

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

if (!$is_allowed_to_edit || $isStudentView) {

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

if (isset($is_success) && true == $is_success) {

There are no issues that match your filters.

Category
Status