Code Duplication    Length = 6-7 lines in 2 locations

geodirectory-admin/admin_functions.php 2 locations

@@ 1373-1379 (lines=7) @@
1370
1371
            case 'radio' :
1372
1373
                if (!isset($value['radiogroup']) || (isset($value['radiogroup']) && $value['radiogroup'] == 'start')) :
1374
                    ?>
1375
                    <tr valign="top">
1376
                    <th scope="row" class="titledesc"><?php echo $value['name'] ?></th>
1377
                    <td class="forminp">
1378
                <?php
1379
                endif;
1380
1381
                ?>
1382
                <fieldset>
@@ 1394-1399 (lines=6) @@
1391
                </fieldset>
1392
                <?php
1393
1394
                if (!isset($value['radiogroup']) || (isset($value['radiogroup']) && $value['radiogroup'] == 'end')) :
1395
                    ?>
1396
                    </td>
1397
                    </tr>
1398
                <?php
1399
                endif;
1400
1401
                break;
1402