public/main/lp/lp_add_audio.php
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_COURSES;
- Exclude checks
Variable "lp_item_id" is not in valid camel caps format Open
Open
$form->addElement('hidden', 'id', $lp_item_id);
- Exclude checks
Variable "lp_item_id" is not in valid camel caps format Open
Open
$lp_item = new learnpathItem($lp_item_id);
- Exclude checks
Variable "lp_item_id" is not in valid camel caps format Open
Open
api_get_self().'?action=add_audio&id='.$lp_item_id.'&'.api_get_cidreq().'&lp_id='.$lpId,
- Exclude checks
Variable "lp_item" is not in valid camel caps format Open
Open
$tpl->assign('filename', $lp_item->get_title().'_nano.wav');
- Exclude checks
Variable "lp_item" is not in valid camel caps format Open
Open
$lp_item = new learnpathItem($lp_item_id);
- Exclude checks
Variable "lp_item" is not in valid camel caps format Open
Open
if (!empty($lp_item->audio)) {
- 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_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 "show_learn_path" is not in valid camel caps format Open
Open
$show_learn_path = true;
- Exclude checks
Variable "lp_item" is not in valid camel caps format Open
Open
$form->addLabel(null, sprintf(get_lang('Audio file for item %s'), $lp_item->get_title()).$audioLabel);
- Exclude checks
Variable "lp_item_id" is not in valid camel caps format Open
Open
if (empty($lp_item_id)) {
- Exclude checks
Variable "lp_item" is not in valid camel caps format Open
Open
if (!empty($lp_item->audio)) {
- Exclude checks
Variable "lp_item_id" is not in valid camel caps format Open
Open
$lp_item_id = isset($_GET['id']) ? (int) $_GET['id'] : null;
- Exclude checks
Variable "lp_item_id" is not in valid camel caps format Open
Open
$tpl->assign('lp_item_id', $lp_item_id);
- Exclude checks
Variable "lp_item_id" is not in valid camel caps format Open
Open
api_get_path(WEB_CODE_PATH).'lp/lp_controller.php?action=add_audio&lp_id='.$lp->get_id().'&id='.$lp_item_id,
- Exclude checks
Variable "lp_item_id" is not in valid camel caps format Open
Open
api_get_self().'?view=build&id='.$lp_item_id.'&lp_id='.$lpId.'&action=add_audio&'.api_get_cidreq()
- Exclude checks
Variable "lp_item" is not in valid camel caps format Open
Open
$audioLabel = '<br />'.get_lang('FileName').': <b>'.$lp_item->audio.'<b/>';
- Exclude checks
Variable "lp_item" is not in valid camel caps format Open
Open
$urlFile = api_get_path(WEB_COURSE_PATH).$courseInfo['path'].'/document/'.$lp_item->audio.'?'.api_get_cidreq();
- Exclude checks
Variable "lp_item_id" is not in valid camel caps format Open
Open
'lp/lp_controller.php?lp_id='.$lp->get_id().'&action=add_audio&id='.$lp_item_id.'&delete_file=1&'.api_get_cidreq();
- Exclude checks