public/main/plagiarism/compilatio/download.php
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_COURSES;
- Exclude checks
Spaces must be used for alignment; tabs are not allowed Open
Open
* rewrite mechanism.
- Exclude checks
Spaces must be used for alignment; tabs are not allowed Open
Open
* Html files are parsed to fix a few problems with URLs,
- Exclude checks
Spaces must be used for alignment; tabs are not allowed Open
Open
* but this code will hopefully be replaced soon by an Apache URL
- Exclude checks
Variable "tbl_student_publication" is not in valid camel caps format Open
Open
$sql = "SELECT * FROM $tbl_student_publication
- Exclude checks
Variable "full_file_name" is not in valid camel caps format Open
Open
DocumentManager::file_send_for_download($full_file_name, true, $title);
- Exclude checks
Variable "full_file_name" is not in valid camel caps format Open
Open
$full_file_name = $courseInfo['course_sys_path'].$row['url'];
- Exclude checks
Variable "item_info" is not in valid camel caps format Open
Open
if (0 == $courseInfo['show_score'] || 1 == $item_info['visibility'] && 1 == $row['accepted'] &&
- Exclude checks
Variable "item_info" is not in valid camel caps format Open
Open
if (empty($item_info)) {
- Exclude checks
Spaces must be used for alignment; tabs are not allowed Open
Open
* This file is responsible for passing requested documents to the browser.
- Exclude checks
Variable "current_course_tool" is not in valid camel caps format Open
Open
$current_course_tool = TOOL_STUDENTPUBLICATION;
- Exclude checks
Variable "tbl_student_publication" is not in valid camel caps format Open
Open
$tbl_student_publication = Database::get_course_table(TABLE_STUDENT_PUBLICATION);
- Exclude checks
Variable "full_file_name" is not in valid camel caps format Open
Open
if (Security::check_abs_path($full_file_name, $courseInfo['course_sys_path'])) {
- Exclude checks
Variable "item_info" is not in valid camel caps format Open
Open
$item_info = api_get_item_property_info($courseId, 'work', $row['id']);
- Exclude checks