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

@@ 527-536 (lines=10) @@
524
        array('name'=>'last_upload', 'index'=>'feedback', 'width'=>'125',  'align'=>'center', 'sortable'=>'false')
525
    );
526
527
    if ($courseInfo['show_score'] == 0) {
528
        $columnModel[] = array(
529
            'name' => 'others',
530
            'index' => 'others',
531
            'width' => '80',
532
            'align' => 'left',
533
            'sortable' => 'false'
534
        );
535
        $columns[] = get_lang('Others');
536
    }
537
538
    $params = array(
539
        'autowidth' => 'true',