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

@@ 571-580 (lines=10) @@
568
        array('name'=>'last_upload', 'index'=>'feedback', 'width'=>'125',  'align'=>'center'),
569
    );
570
571
    if ($courseInfo['show_score'] == 0) {
572
        $columnModel[] = array(
573
            'name' => 'others',
574
            'index' => 'others',
575
            'width' => '80',
576
            'align' => 'left',
577
            'sortable' => 'false'
578
        );
579
        $columns[] = get_lang('Others');
580
    }
581
582
    $params = array(
583
        'autowidth' => 'true',