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

@@ 534-543 (lines=10) @@
531
        array('name'=>'last_upload', 'index'=>'feedback', 'width'=>'125',  'align'=>'center', 'sortable'=>'false')
532
    );
533
534
    if ($courseInfo['show_score'] == 0) {
535
        $columnModel[] = array(
536
            'name' => 'others',
537
            'index' => 'others',
538
            'width' => '80',
539
            'align' => 'left',
540
            'sortable' => 'false'
541
        );
542
        $columns[] = get_lang('Others');
543
    }
544
545
    $params = array(
546
        'autowidth' => 'true',