Code Duplication    Length = 5-5 lines in 2 locations

locallib.php 2 locations

@@ 1945-1949 (lines=5) @@
1942
    $table->head[] = get_string('view_recording_duration', 'bigbluebuttonbn');
1943
    $table->align = array('left', 'left', 'left', 'left', 'left', 'center');
1944
    $table->size = array('', '', '', '', '', '');
1945
    if ($bbbsession['managerecordings']) {
1946
        $table->head[] = get_string('view_recording_actionbar', 'bigbluebuttonbn');
1947
        $table->align[] = 'left';
1948
        $table->size[] = (count($tools) * 40) . 'px';
1949
    }
1950
    // Get the groups of the user.
1951
    $usergroups = groups_get_all_groups($bbbsession['course']->id, $bbbsession['userID']);
1952
@@ 2295-2299 (lines=5) @@
2292
    $table->head[] = get_string('view_recording_duration', 'bigbluebuttonbn');
2293
    $table->align = array('left', 'left', 'left', 'left', 'left', 'center');
2294
    $table->size = array('', '', '', '', '', '');
2295
    if ($bbbsession['managerecordings']) {
2296
        $table->head[] = get_string('view_recording_actionbar', 'bigbluebuttonbn');
2297
        $table->align[] = 'left';
2298
        $table->size[] = (count($tools) * 40) . 'px';
2299
    }
2300
    // Get the groups of the user.
2301
    $usergroups = groups_get_all_groups($bbbsession['course']->id, $bbbsession['userID']);
2302