Code Duplication    Length = 6-7 lines in 2 locations

geodirectory-admin/admin_functions.php 2 locations

@@ 1673-1679 (lines=7) @@
1670
1671
            case 'radio' :
1672
1673
                if (!isset($value['radiogroup']) || (isset($value['radiogroup']) && $value['radiogroup'] == 'start')) :
1674
                    ?>
1675
                    <tr valign="top">
1676
                    <th scope="row" class="titledesc"><?php echo $value['name'] ?></th>
1677
                    <td class="forminp">
1678
                <?php
1679
                endif;
1680
1681
                ?>
1682
                <fieldset>
@@ 1694-1699 (lines=6) @@
1691
                </fieldset>
1692
                <?php
1693
1694
                if (!isset($value['radiogroup']) || (isset($value['radiogroup']) && $value['radiogroup'] == 'end')) :
1695
                    ?>
1696
                    </td>
1697
                    </tr>
1698
                <?php
1699
                endif;
1700
1701
                break;
1702