public/main/lp/lp_impress.php
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_COURSES;
- Exclude checks
Variable "show_learnpath" is not in valid camel caps format Open
Open
$show_learnpath = true;
- Exclude checks
Variable "lp_id" is not in valid camel caps format Open
Open
$lp_id,
- Exclude checks
Variable "course_id" is not in valid camel caps format Open
Open
$course_id = api_get_course_int_id();
- Exclude checks
Variable "lp_id" is not in valid camel caps format Open
Open
$lp_id = intval($_GET['lp_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, false, false);
- Exclude checks
Variable "is_allowed_to_edit" is not in valid camel caps format Open
Open
if ($is_allowed_to_edit) {
- Exclude checks
Variable "tool_name" is not in valid camel caps format Open
Open
$tool_name = get_lang('Current view mode: Impress');
- Exclude checks
Variable "course_code" is not in valid camel caps format Open
Open
$course_code = api_get_course_id();
- Exclude checks
Variable "lp_id" is not in valid camel caps format Open
Open
!learnpath::is_lp_visible_for_student($lp_id, api_get_user_id(), api_get_course_entity())
- Exclude checks
Variable "tool_name" is not in valid camel caps format Open
Open
$tpl = new Template($tool_name, false, false, true);
- Exclude checks
Variable "lp_id" is not in valid camel caps format Open
Open
'url' => api_get_self()."?action=add_item&type=step&lp_id=".$lp->lp_id."&isStudentView=false&".api_get_cidreq(),
- Exclude checks