public/main/dropbox/dropbox_init.inc.php
Variable "session_id" is not in valid camel caps format Open
Open
$session_id
- Exclude checks
Variable "dropbox_person" is not in valid camel caps format Open
Open
$dropbox_person = new Dropbox_Person(
- Exclude checks
Variable "checked_file_ids" is not in valid camel caps format Open
Open
$checked_file_ids = $_POST['id'];
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
$user_id,
- Exclude checks
Variable "is_courseAdmin" is not in valid camel caps format Open
Open
$is_courseAdmin,
- Exclude checks
Variable "dropbox_person" is not in valid camel caps format Open
Open
if (isset($dropbox_person)) {
- Exclude checks
Variable "dropbox_person" is not in valid camel caps format Open
Open
$javascript .= "'".$dropbox_person->sentWork[$i]->title."'";
- Exclude checks
Variable "is_courseAdmin" is not in valid camel caps format Open
Open
$is_courseAdmin = api_is_course_admin();
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
$user_id = api_get_user_id();
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
$user_id,
- Exclude checks
Variable "is_course_member" is not in valid camel caps format Open
Open
$is_course_member = CourseManager::is_user_subscribed_in_course(
- Exclude checks
Variable "dropbox_person" is not in valid camel caps format Open
Open
for ($i = 0; $i < count($dropbox_person->sentWork); $i++) {
- Exclude checks
Variable "is_course_member" is not in valid camel caps format Open
Open
if ((!$is_allowed_in_course || !$is_course_member) &&
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$session_id = api_get_session_id();
- Exclude checks
Variable "course_info" is not in valid camel caps format Open
Open
$course_info = api_get_course_info($course_code);
- Exclude checks
Variable "checked_file_ids" is not in valid camel caps format Open
Open
if (!is_array($checked_file_ids) || 0 == count($checked_file_ids)) {
- Exclude checks
Variable "course_code" is not in valid camel caps format Open
Open
$course_code = api_get_course_id();
- Exclude checks
Variable "is_allowed_in_course" is not in valid camel caps format Open
Open
$is_allowed_in_course = api_is_allowed_in_course();
- Exclude checks
Variable "is_courseTutor" is not in valid camel caps format Open
Open
$is_courseTutor = api_is_course_tutor();
- Exclude checks
Variable "course_code" is not in valid camel caps format Open
Open
$course_code,
- Exclude checks
Variable "is_courseTutor" is not in valid camel caps format Open
Open
$is_courseTutor
- Exclude checks
Variable "course_code" is not in valid camel caps format Open
Open
$course_code,
- Exclude checks
Variable "checked_files" is not in valid camel caps format Open
Open
$checked_files = false;
- Exclude checks
Variable "current_course_tool" is not in valid camel caps format Open
Open
$current_course_tool = TOOL_DROPBOX;
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
if (empty($session_id)) {
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
$user_id,
- Exclude checks
Variable "is_allowed_in_course" is not in valid camel caps format Open
Open
if ((!$is_allowed_in_course || !$is_course_member) &&
- Exclude checks
Variable "course_code" is not in valid camel caps format Open
Open
$course_info = api_get_course_info($course_code);
- Exclude checks
Variable "is_course_member" is not in valid camel caps format Open
Open
$is_course_member = CourseManager::is_user_subscribed_in_course(
- Exclude checks
Variable "checked_file_ids" is not in valid camel caps format Open
Open
if (!is_array($checked_file_ids) || 0 == count($checked_file_ids)) {
- Exclude checks