chamilo/chamilo-lms

View on GitHub
public/main/work/work_missing.php

Summary

Maintainability
A
0 mins
Test Coverage

Variable "user_id" is not in valid camel caps format
Open

$user_id = api_get_user_id();

Variable "group_id" is not in valid camel caps format
Open

    $group_properties = api_get_group_entity($group_id);

Variable "group_id" is not in valid camel caps format
Open

        'url' => api_get_path(WEB_CODE_PATH).'group/group_space.php?gid='.$group_id,

Variable "show_work" is not in valid camel caps format
Open

        $show_work = GroupManager::userHasAccess(

Variable "show_work" is not in valid camel caps format
Open

    if (!$show_work) {

Variable "mails_sent_to" is not in valid camel caps format
Open

            $mails_sent_to = send_reminder_users_without_publication(

Variable "current_course_tool" is not in valid camel caps format
Open

$current_course_tool = TOOL_STUDENTPUBLICATION;

Variable "show_work" is not in valid camel caps format
Open

    $show_work = false;

Variable "my_folder_data" is not in valid camel caps format
Open

$my_folder_data = get_work_data_by_id($workId);

Variable "group_properties" is not in valid camel caps format
Open

            $group_properties,

Variable "my_folder_data" is not in valid camel caps format
Open

    'name' => $my_folder_data['title'],

Variable "this_section" is not in valid camel caps format
Open

$this_section = SECTION_COURSES;

Variable "mails_sent_to" is not in valid camel caps format
Open

                    get_lang('Your message has been sent.').' '.implode(', ', $mails_sent_to),

Variable "group_properties" is not in valid camel caps format
Open

    $group_properties = api_get_group_entity($group_id);

Variable "group_id" is not in valid camel caps format
Open

$group_id = api_get_group_id();

Variable "mails_sent_to" is not in valid camel caps format
Open

            if (empty($mails_sent_to)) {

Variable "group_id" is not in valid camel caps format
Open

if (!empty($group_id)) {

Variable "group_properties" is not in valid camel caps format
Open

        'name' => get_lang('Group area').' '.$group_properties->getTitle(),

Variable "my_folder_data" is not in valid camel caps format
Open

                $my_folder_data

Variable "show_work" is not in valid camel caps format
Open

        $show_work = true;

Variable "my_folder_data" is not in valid camel caps format
Open

if (empty($my_folder_data)) {

Variable "user_id" is not in valid camel caps format
Open

            $user_id,

There are no issues that match your filters.

Category
Status