public/main/lp/lp_build.php
Variable "lp_theme_css" is not in valid camel caps format Open
Open
$lp_theme_css = $learnPath->get_theme();
- Exclude checks
Variable "show_learn_path" is not in valid camel caps format Open
Open
$show_learn_path = true;
- Exclude checks
Variable "learnpath_id" is not in valid camel caps format Open
Open
if (0 == $learnpath_id) {
- Exclude checks
Variable "is_new" is not in valid camel caps format Open
Open
$is_new = true;
- Exclude checks
Variable "is_allowed_to_edit" is not in valid camel caps format Open
Open
$is_allowed_to_edit = api_is_allowed_to_edit(null, true);
- Exclude checks
Variable "learnpath_id" is not in valid camel caps format Open
Open
$learnpath_id = (int) $_REQUEST['lp_id'];
- Exclude checks
Variable "learnpath_id" is not in valid camel caps format Open
Open
header('location:lp_controller.php?action=view&lp_id='.$learnpath_id.'&'.api_get_cidreq());
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_COURSES;
- Exclude checks
Variable "is_new" is not in valid camel caps format Open
Open
$is_new = false;
- Exclude checks
Consider putting global function "show_block" in a static class Open
Open
function show_block($link, $title, $subtitle, $icon)
- Exclude checks
Variable "is_allowed_to_edit" is not in valid camel caps format Open
Open
if (!$is_allowed_to_edit || $isStudentView) {
- Exclude checks
Variable "is_success" is not in valid camel caps format Open
Open
if (isset($is_success) && true === $is_success) {
- Exclude checks
Missing function doc comment Open
Open
function show_block($link, $title, $subtitle, $icon)
- Exclude checks
Variable "is_new" is not in valid camel caps format Open
Open
if ($is_new) {
- Exclude checks
Variable "is_success" is not in valid camel caps format Open
Open
if (isset($is_success) && true === $is_success) {
- Exclude checks