public/main/forum/forumqualify.php
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_COURSES;
- Exclude checks
Variable "group_properties" is not in valid camel caps format Open
Open
$group_properties = GroupManager::get_group_properties($groupId);
- Exclude checks
Variable "allowed_to_edit" is not in valid camel caps format Open
Open
if ($allowed_to_edit) {
- Exclude checks
There must be one blank line after the last USE statement; 2 found; Open
Open
use Chamilo\CoreBundle\Component\Utils\ActionIcon;
- Exclude checks
Variable "allowed_to_edit" is not in valid camel caps format Open
Open
$allowed_to_edit = api_is_allowed_to_edit(null, true);
- Exclude checks
Variable "table_list" is not in valid camel caps format Open
Open
$table_list .= '<th width="10%">'.get_lang('Note changed').'</th>';
- Exclude checks
Variable "table_list" is not in valid camel caps format Open
Open
$table_list .= '<tr><td>'.$userInfo['complete_name'].'</td>';
- Exclude checks
Variable "attachment_list" is not in valid camel caps format Open
Open
$attachment_list = get_attachment($row['iid']);
- Exclude checks
Variable "user_filename" is not in valid camel caps format Open
Open
$user_filename = $attachment_list['filename'];
- Exclude checks
Variable "user_filename" is not in valid camel caps format Open
Open
echo ' "> '.$user_filename.' </a>';
- Exclude checks
Variable "attachment_list" is not in valid camel caps format Open
Open
echo '<span class="forum_attach_comment" >'.$attachment_list['comment'].'</span><br />';
- Exclude checks
Variable "table_list" is not in valid camel caps format Open
Open
$table_list .= '</tr>';
- Exclude checks
Variable "post_en" is not in valid camel caps format Open
Open
$post_en = $row['post_parent_id'];
- Exclude checks
Variable "table_list" is not in valid camel caps format Open
Open
$table_list .= '</table>';
- Exclude checks
Variable "table_list" is not in valid camel caps format Open
Open
$table_list = '<br /><div class="btn-group">'.$buttons.'</div>';
- Exclude checks
Variable "attachment_list" is not in valid camel caps format Open
Open
$realname = $attachment_list['path'];
- Exclude checks
Variable "table_list" is not in valid camel caps format Open
Open
$table_list .= '<th width="50%">'.get_lang('Who changed').'</th>';
- Exclude checks
Variable "table_list" is not in valid camel caps format Open
Open
echo $table_list;
- Exclude checks
Variable "table_list" is not in valid camel caps format Open
Open
$table_list .= '<th width="40%">'.get_lang('Date changed').'</th>';
- Exclude checks
Variable "table_list" is not in valid camel caps format Open
Open
$table_list .= '<td>'.api_convert_and_format_date(
- Exclude checks
Variable "group_properties" is not in valid camel caps format Open
Open
'name' => get_lang('Group area').' ('.$group_properties['name'].')',
- Exclude checks
Variable "table_list" is not in valid camel caps format Open
Open
$table_list .= '<tr>';
- Exclude checks
Variable "attachment_list" is not in valid camel caps format Open
Open
if (!empty($attachment_list)) {
- Exclude checks
Variable "table_list" is not in valid camel caps format Open
Open
$table_list .= '<br /><table class="table">';
- Exclude checks
Variable "post_en" is not in valid camel caps format Open
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; \" ";
- Exclude checks
Variable "attachment_list" is not in valid camel caps format Open
Open
$user_filename = $attachment_list['filename'];
- Exclude checks
Variable "table_list" is not in valid camel caps format Open
Open
$table_list .= '<td>'.$historyList[$i]['qualify'].'</td>';
- Exclude checks
Variable "table_list" is not in valid camel caps format Open
Open
$table_list .= '</td></tr>';
- Exclude checks