Code Duplication    Length = 6-7 lines in 2 locations

geodirectory-admin/admin_functions.php 2 locations

@@ 1694-1700 (lines=7) @@
1691
1692
            case 'radio' :
1693
1694
                if (!isset($value['radiogroup']) || (isset($value['radiogroup']) && $value['radiogroup'] == 'start')) :
1695
                    ?>
1696
                    <tr valign="top">
1697
                    <th scope="row" class="titledesc"><?php echo $value['name'] ?></th>
1698
                    <td class="forminp">
1699
                <?php
1700
                endif;
1701
1702
                ?>
1703
                <fieldset>
@@ 1715-1720 (lines=6) @@
1712
                </fieldset>
1713
                <?php
1714
1715
                if (!isset($value['radiogroup']) || (isset($value['radiogroup']) && $value['radiogroup'] == 'end')) :
1716
                    ?>
1717
                    </td>
1718
                    </tr>
1719
                <?php
1720
                endif;
1721
1722
                break;
1723