Code Duplication    Length = 5-5 lines in 2 locations

admin/validate_ads.php 1 location

@@ 90-94 (lines=5) @@
87
            $title    = $myts->htmlSpecialChars($title);
88
            $desctext = $myts->displayTarea($desctext, 1, 0, 1, 1, 1);
89
90
            if (strlen($desctext) >= 200) {
91
                $desctext = substr($desctext, 0, 199) . '...';
92
            } else {
93
                $desctext = $myts->displayTarea($desctext, 1, 1, 1);
94
            }
95
            $date2 = formatTimestamp($date, 's');
96
97
            if (is_int($rank / 2)) {

admin/view_ads.php 1 location

@@ 90-94 (lines=5) @@
87
            $title    = $myts->htmlSpecialChars($title);
88
            $desctext = $myts->displayTarea($desctext, 1, 0, 1, 1, 1);
89
90
            if (strlen($desctext) >= 200) {
91
                $desctext = substr($desctext, 0, 199) . '...';
92
            } else {
93
                $desctext = $myts->displayTarea($desctext, 1, 1, 1);
94
            }
95
            $date2 = formatTimestamp($date, 's');
96
97
            if (is_int($rank / 2)) {