public/main/lp/lp_add.php
Variable "published_on" is not in valid camel caps format Open
Open
$published_on,
- Exclude checks
Variable "expired_on" is not in valid camel caps format Open
Open
$expired_on,
- 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 "published_on" is not in valid camel caps format Open
Open
$published_on = $_REQUEST['published_on'];
- Exclude checks
Variable "expired_on" is not in valid camel caps format Open
Open
$expired_on = $_REQUEST['expired_on'];
- Exclude checks
Variable "expired_on" is not in valid camel caps format Open
Open
$expired_on = null;
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_COURSES;
- Exclude checks
Variable "published_on" is not in valid camel caps format Open
Open
$published_on = null;
- 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