public/main/dropbox/dropbox_download.php
Variable "course_id" is not in valid camel caps format Open
Open
ON (person.file_id=file.id AND file.c_id = $course_id AND person.c_id = $course_id)
- Exclude checks
Variable "files_to_download" is not in valid camel caps format Open
Open
if (!is_array($files_to_download) || empty($files_to_download)) {
- Exclude checks
Variable "course_id" is not in valid camel caps format Open
Open
ON (person.file_id=file.id AND file.c_id = $course_id AND person.c_id = $course_id)
- Exclude checks
Variable "files_to_download" is not in valid camel caps format Open
Open
$files_to_download = [];
- Exclude checks
Variable "course_id" is not in valid camel caps format Open
Open
ON (post.file_id = file.id AND post.c_id = $course_id AND file.c_id = $course_id)
- Exclude checks
Variable "allowed_to_download" is not in valid camel caps format Open
Open
$allowed_to_download = true;
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
file.uploader_id = $user_id AND
- Exclude checks
Variable "files_to_download" is not in valid camel caps format Open
Open
if (!is_array($files_to_download) || empty($files_to_download)) {
- Exclude checks
Variable "_course" is not in valid camel caps format Open
Open
$path = api_get_path(SYS_COURSE_PATH).$_course['path'].'/dropbox/'.$work->filename;
- Exclude checks
Variable "files_to_download" is not in valid camel caps format Open
Open
zip_download($files_to_download);
- Exclude checks
Variable "allowed_to_download" is not in valid camel caps format Open
Open
if (!$allowed_to_download) {
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
$user_id = api_get_user_id();
- Exclude checks
Variable "course_id" is not in valid camel caps format Open
Open
ON (person.file_id=file.id AND file.c_id = $course_id AND person.c_id = $course_id)
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
person.user_id = $user_id";
- Exclude checks
Variable "files_to_download" is not in valid camel caps format Open
Open
$files_to_download[] = $row['id'];
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
post.dest_user_id = $user_id";
- Exclude checks
Variable "_course" is not in valid camel caps format Open
Open
$_SESSION['_seen'][$_course['id']][TOOL_DROPBOX][] = intval($_GET['id']);
- Exclude checks
Variable "_course" is not in valid camel caps format Open
Open
$_course = api_get_course_info();
- Exclude checks
Variable "course_id" is not in valid camel caps format Open
Open
$course_id = api_get_course_int_id();
- Exclude checks
Variable "allowed_to_download" is not in valid camel caps format Open
Open
$allowed_to_download = false;
- Exclude checks
Variable "course_id" is not in valid camel caps format Open
Open
ON (person.file_id=file.id AND file.c_id = $course_id AND person.c_id = $course_id)
- Exclude checks
Variable "course_id" is not in valid camel caps format Open
Open
ON (post.file_id = file.id AND post.c_id = $course_id AND file.c_id = $course_id)
- Exclude checks
Variable "_course" is not in valid camel caps format Open
Open
api_get_path(SYS_COURSE_PATH).$_course['path'].'/dropbox/'
- Exclude checks