Code Duplication    Length = 7-7 lines in 2 locations

mod/elgg_recaptcha/classes/BrowserDetection.php 2 locations

@@ 1141-1147 (lines=7) @@
1138
                break;
1139
            case 416: $result = '2.0.2';
1140
                break;
1141
            case 412:
1142
                if ($verParts[1] >= 5) {
1143
                    $result = '2.0.1';
1144
                } else {
1145
                    $result = '2.0';
1146
                }
1147
                break;
1148
            case 312:
1149
                if ($verParts[1] >= 5) {
1150
                    $result = '1.3.2';
@@ 1303-1309 (lines=7) @@
1300
                break;
1301
            case 416: $result = '2.0.2';
1302
                break;
1303
            case 412:
1304
                if ($verParts[1] >= 7) {
1305
                    $result = '2.0.1';
1306
                } else {
1307
                    $result = '2.0';
1308
                }
1309
                break;
1310
            case 312:
1311
                if ($verParts[1] >= 8) {
1312
                    $result = '1.3.2';