XoopsModules25x/xoopstube

View on GitHub
admin/votedata.php

Summary

Maintainability
A
0 mins
Test Coverage

Line exceeds 120 characters; contains 150 characters
Open

            while (list($ratingid, $lid, $ratinguser, $rating, $ratinghostname, $ratingtimestamp, $title) = $GLOBALS['xoopsDB']->fetchRow($results)) {
Severity: Minor
Found in admin/votedata.php by phpcodesniffer

Line exceeds 120 characters; contains 125 characters
Open

           <div><b>' . _AM_XOOPSTUBE_VOTE_LEASTVOTEDTITLE . ': </b>' . Request::getInt('min_title', 0, 'vote_data') . '</div>
Severity: Minor
Found in admin/votedata.php by phpcodesniffer

Line exceeds 120 characters; contains 125 characters
Open

            echo '<tr><td style="text-align: center;" colspan="7" class="head">' . _AM_XOOPSTUBE_VOTE_NOVOTES . '</td></tr>';
Severity: Minor
Found in admin/votedata.php by phpcodesniffer

Line exceeds 120 characters; contains 192 characters
Open

                    <td class="even" style="text-align: center;"><a href="votedata.php?op=delvote&amp;lid=' . $lid . '&amp;rid=' . $ratingid . '">' . $xtubeImageArray['deleteimg'] . '</a></td>
Severity: Minor
Found in admin/votedata.php by phpcodesniffer

Line exceeds 120 characters; contains 129 characters
Open

           <div><b>' . _AM_XOOPSTUBE_VOTE_NONREGISTERED . ': </b>' . Request::getInt('null_ratinguser', 0, 'vote_data') . '</div>
Severity: Minor
Found in admin/votedata.php by phpcodesniffer

Line exceeds 120 characters; contains 125 characters
Open

         <legend style="display: inline; font-weight: bold; color: #0A3760;">' . _AM_XOOPSTUBE_VOTE_DISPLAYVOTES . '</legend>
Severity: Minor
Found in admin/votedata.php by phpcodesniffer

Line exceeds 120 characters; contains 146 characters
Open

                $formatted_date = Xoopstube\Utility::getTimestamp(formatTimestamp($ratingtimestamp, $GLOBALS['xoopsModuleConfig']['dateformat']));
Severity: Minor
Found in admin/votedata.php by phpcodesniffer

Line exceeds 120 characters; contains 124 characters
Open

           <div><b>' . _AM_XOOPSTUBE_VOTE_MOSTVOTEDTITLE . ': </b>' . Request::getInt('max_title', 0, 'vote_data') . '</div>
Severity: Minor
Found in admin/votedata.php by phpcodesniffer

Line exceeds 120 characters; contains 150 characters
Open

           <div><b>' . _AM_XOOPSTUBE_VOTE_REGISTERED . ': </b>' . (Request::getInt('rate', 0, 'vote_data') - $_vote_data['null_ratinguser']) . '</div>
Severity: Minor
Found in admin/votedata.php by phpcodesniffer

There are no issues that match your filters.

Category
Status