Code Duplication    Length = 2-3 lines in 2 locations

main/admin/system_announcements.php 1 location

@@ 33-35 (lines=3) @@
30
31
$tool_name = null;
32
33
if (empty($_GET['lang'])) {
34
    $_GET['lang'] = isset($_SESSION['user_language_choice']) ? $_SESSION['user_language_choice'] : null;
35
}
36
37
if (!empty($action)) {
38
    $interbreadcrumb[] = array(

main/inc/lib/api.lib.php 1 location

@@ 4306-4307 (lines=2) @@
4303
                $return = $_user['language'];
4304
            break;
4305
        case 'user_selected_lang':
4306
            if (isset($_SESSION['user_language_choice']) && !empty($_SESSION['user_language_choice']))
4307
                $return = $_SESSION['user_language_choice'];
4308
            break;
4309
        case 'course_lang':
4310
            global $_course;