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

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