Code Duplication    Length = 6-6 lines in 2 locations

modfile.php 1 location

@@ 117-122 (lines=6) @@
114
            }
115
        }
116
        // erreur si la catégorie est vide
117
        if (isset($_REQUEST['cid'])) {
118
            if ($_REQUEST['cid'] == 0) {
119
                $erreur=true;
120
                $message_erreur .= _MD_TDMDOWNLOADS_ERREUR_NOCAT . '<br>';
121
            }
122
        }
123
        // erreur si le captcha est faux
124
        xoops_load("captcha");
125
        $xoopsCaptcha = XoopsCaptcha::getInstance();

submit.php 1 location

@@ 106-111 (lines=6) @@
103
            }
104
        }
105
        // erreur si la cat�gorie est vide
106
        if (isset($_REQUEST['cid'])) {
107
            if ($_REQUEST['cid'] == 0) {
108
                $erreur=true;
109
                $message_erreur .= _MD_TDMDOWNLOADS_ERREUR_NOCAT . '<br>';
110
            }
111
        }
112
        // erreur si le captcha est faux
113
        xoops_load("captcha");
114
        $xoopsCaptcha = XoopsCaptcha::getInstance();