Code Duplication    Length = 3-3 lines in 3 locations

letter.php 2 locations

@@ 96-98 (lines=3) @@
93
            }
94
        }
95
96
        if (!XOOPS_USE_MULTIBYTES) {
97
            $eachentry['definition'] = $myts->displayTarea($definition, $html, $smiley, $xcodes, 1, $breaks);
98
        }
99
100
        // Functional links
101
        $microlinks              = LexikonUtility::getServiceLinks($eachentry);
@@ 185-187 (lines=3) @@
182
                $eachentry['comments'] = '';
183
            }
184
        }
185
        if (!XOOPS_USE_MULTIBYTES) {
186
            $eachentry['definition'] = $myts->displayTarea($definition, $html, $smiley, $xcodes, 1, $breaks);
187
        }
188
189
        // Functional links
190
        $microlinks              = LexikonUtility::getServiceLinks($eachentry);

category.php 1 location

@@ 152-154 (lines=3) @@
149
                $eachentry['dir']  = $xoopsModule->dirname();
150
                $eachentry['id']   = $entryID;
151
                $eachentry['term'] = ucfirst($myts->htmlSpecialChars($term));
152
                if (!XOOPS_USE_MULTIBYTES) {
153
                    $eachentry['definition'] = $myts->displayTarea($definition, $html, $smiley, $xcodes, 1, $breaks);
154
                }
155
                if (($xoopsModuleConfig['com_rule'] != 0)
156
                    || (($xoopsModuleConfig['com_rule'] != 0)
157
                        && is_object($xoopsUser))