Code Duplication    Length = 5-5 lines in 2 locations

admin/validate_ads.php 1 location

@@ 96-100 (lines=5) @@
93
            $title    = $myts->htmlSpecialChars($title);
94
            $desctext = $myts->displayTarea($desctext, 1, 0, 1, 1, 1);
95
96
            if (strlen($desctext) >= 200) {
97
                $desctext = substr($desctext, 0, 199) . '...';
98
            } else {
99
                $desctext = $myts->displayTarea($desctext, 1, 1, 1);
100
            }
101
            $date2 = formatTimestamp($date, 's');
102
103
            if (is_integer($rank / 2)) {

admin/view_ads.php 1 location

@@ 96-100 (lines=5) @@
93
            $title    = $myts->htmlSpecialChars($title);
94
            $desctext = $myts->displayTarea($desctext, 1, 0, 1, 1, 1);
95
96
            if (strlen($desctext) >= 200) {
97
                $desctext = substr($desctext, 0, 199) . '...';
98
            } else {
99
                $desctext = $myts->displayTarea($desctext, 1, 1, 1);
100
            }
101
            $date2 = formatTimestamp($date, 's');
102
103
            if (is_integer($rank / 2)) {