chamilo/chamilo-lms

View on GitHub
public/main/forum/forumqualify.php

Summary

Maintainability
A
0 mins
Test Coverage

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

$this_section = SECTION_COURSES;

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

        $group_properties = GroupManager::get_group_properties($groupId);

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

if ($allowed_to_edit) {

There must be one blank line after the last USE statement; 2 found;
Open

use Chamilo\CoreBundle\Component\Utils\ActionIcon;

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

$allowed_to_edit = api_is_allowed_to_edit(null, true);

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

    $table_list .= '<th width="10%">'.get_lang('Note changed').'</th>';

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

        $table_list .= '<tr><td>'.$userInfo['complete_name'].'</td>';

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

        $attachment_list = get_attachment($row['iid']);

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

            $user_filename = $attachment_list['filename'];

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

            echo ' "> '.$user_filename.' </a>';

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

            echo '<span class="forum_attach_comment" >'.$attachment_list['comment'].'</span><br />';

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

    $table_list .= '</tr>';

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

            $post_en = $row['post_parent_id'];

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

    $table_list .= '</table>';

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

    $table_list = '<br /><div class="btn-group">'.$buttons.'</div>';

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

            $realname = $attachment_list['path'];

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

    $table_list .= '<th width="50%">'.get_lang('Who changed').'</th>';

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

    echo $table_list;

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

    $table_list .= '<th width="40%">'.get_lang('Date changed').'</th>';

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

        $table_list .= '<td>'.api_convert_and_format_date(

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

            'name' => get_lang('Group area').' ('.$group_properties['name'].')',

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

    $table_list .= '<tr>';

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

        if (!empty($attachment_list)) {

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

    $table_list .= '<br /><table class="table">';

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

            $style = " id = 'post".$post_en."' class=\"hide-me\" style=\"border:1px solid red; display:none; background-color:#F7F7F7; width:95%; margin: 0px 0px 4px 40px; \" ";

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

            $user_filename = $attachment_list['filename'];

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

        $table_list .= '<td>'.$historyList[$i]['qualify'].'</td>';

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

        $table_list .= '</td></tr>';

There are no issues that match your filters.

Category
Status