public/main/lp/lp_move_item.php
Variable "is_success" is not in valid camel caps format Open
Open
if (isset($is_success) && true === $is_success) {
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_COURSES;
- 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);
- 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
'url' => api_get_self()."?action=build&lp_id=$learnpath_id&".api_get_cidreq(),
- 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 "lp_theme_css" is not in valid camel caps format Open
Open
$lp_theme_css = $learnPath->get_theme();
- Exclude checks
Variable "is_success" is not in valid camel caps format Open
Open
if (isset($is_success) && true === $is_success) {
- Exclude checks
Variable "course_id" is not in valid camel caps format Open
Open
$course_id = api_get_course_int_id();
- 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
'url' => api_get_self()."?action=add_item&type=step&lp_id=$learnpath_id&".api_get_cidreq(),
- Exclude checks
Variable "learnpath_id" is not in valid camel caps format Open
Open
$learnpath_id = (int) $_REQUEST['lp_id'];
- Exclude checks