public/main/upload/index.php
Variable "my_tool" is not in valid camel caps format Open
Open
Session::write('my_tool', $my_tool);
- Exclude checks
Variable "specific_field" is not in valid camel caps format Open
Open
foreach ($specific_fields as $specific_field) {
- Exclude checks
Variable "my_tool" is not in valid camel caps format Open
Open
$my_tool = $_REQUEST['tool'];
- Exclude checks
Variable "specific_field" is not in valid camel caps format Open
Open
$form->addElement('text', $specific_field['code'], $specific_field['name'].' : ');
- Exclude checks
Variable "specific_field" is not in valid camel caps format Open
Open
$form->addElement('text', $specific_field['code'], $specific_field['name'].' : ');
- Exclude checks
Variable "content_origins" is not in valid camel caps format Open
Open
Display::tag('strong', get_lang('SCORM Authoring tools supported')).': '.implode(', ', $content_origins),
- Exclude checks
Variable "specific_fields" is not in valid camel caps format Open
Open
foreach ($specific_fields as $specific_field) {
- Exclude checks
Variable "my_tool" is not in valid camel caps format Open
Open
$form->addElement('hidden', 'tool', $my_tool);
- Exclude checks
Variable "content_origins" is not in valid camel caps format Open
Open
$content_origins = [
- Exclude checks
Variable "_course" is not in valid camel caps format Open
Open
$_course = api_get_course_info();
- 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 "my_tool" is not in valid camel caps format Open
Open
$my_tool = $toolFromSession;
- Exclude checks
Variable "specific_fields" is not in valid camel caps format Open
Open
$specific_fields = get_specific_field_list();
- Exclude checks
Variable "is_allowed_to_edit" is not in valid camel caps format Open
Open
if (!$is_allowed_to_edit) {
- Exclude checks
Variable "my_tool" is not in valid camel caps format Open
Open
$my_tool = 'document';
- Exclude checks