Code Duplication    Length = 4-10 lines in 2 locations

main/mySpace/company_reports.php 1 location

@@ 69-72 (lines=4) @@
66
    }
67
}
68
69
if (api_is_student_boss()) {
70
    $column_model[] = array('name'=>'group', 'index'=>'group', 'width'=>'50', 'align'=>'left','sortable'=>'false');
71
    $columns[] = get_lang('Group');
72
}
73
74
// Autowidth
75
$extra_params['autowidth'] = 'true';

main/work/work.lib.php 1 location

@@ 557-566 (lines=10) @@
554
        array('name'=>'last_upload', 'index'=>'feedback', 'width'=>'125',  'align'=>'center'),
555
    );
556
557
    if ($courseInfo['show_score'] == 0) {
558
        $columnModel[] = array(
559
            'name' => 'others',
560
            'index' => 'others',
561
            'width' => '80',
562
            'align' => 'left',
563
            'sortable' => 'false'
564
        );
565
        $columns[] = get_lang('Others');
566
    }
567
568
    $params = array(
569
        'autowidth' => 'true',