Code Duplication    Length = 5-5 lines in 2 locations

class/utility.php 2 locations

@@ 2972-2976 (lines=5) @@
2969
            $published_status = ($published['published'] === 0) ? '<a href="newvideos.php">' . $xtubeImageArray['offline'] . '</a>' : $xtubeImageArray['offline'];
2970
        }
2971
2972
        if ($published['vidsource'] === 200) {
2973
            $icon = '<a href="main.php?op=edit&amp;lid=' . $lid . '" title="' . _AM_XOOPSTUBE_ICO_EDIT . '">' . $xtubeImageArray['editimg'] . '</a>&nbsp;';
2974
        } else {
2975
            $icon = '<a href="main.php?op=edit&amp;lid=' . $lid . '" title="' . _AM_XOOPSTUBE_ICO_EDIT . '">' . $xtubeImageArray['editimg'] . '</a>&nbsp;';
2976
        }
2977
        $icon .= '<a href="main.php?op=delete&amp;lid=' . $lid . '" title="' . _AM_XOOPSTUBE_ICO_DELETE . '">' . $xtubeImageArray['deleteimg'] . '</a>&nbsp;';
2978
        $icon .= '<a href="altcat.php?op=main&amp;cid='
2979
                 . $cid
@@ 3104-3108 (lines=5) @@
3101
                                                                                                                                      . '" /></a>';
3102
        }
3103
3104
        if ($published['vidsource'] === 200) {
3105
            $icon = '<a href="main.php?op=edit&amp;lid=' . $lid . '" title="' . _AM_XOOPSTUBE_ICO_EDIT . '">' . $xtubeImageArray['editimg'] . '</a>&nbsp;';
3106
        } else {
3107
            $icon = '<a href="main.php?op=edit&amp;lid=' . $lid . '" title="' . _AM_XOOPSTUBE_ICO_EDIT . '">' . $xtubeImageArray['editimg'] . '</a>&nbsp;';
3108
        }
3109
        $icon .= '<a href="main.php?op=delete&amp;lid=' . $lid . '" title="' . _AM_XOOPSTUBE_ICO_DELETE . '">' . $xtubeImageArray['deleteimg'] . '</a>&nbsp;';
3110
        $icon .= '<a href="altcat.php?op=main&amp;cid='
3111
                 . $cid