XoopsModules25x/tag

View on GitHub
list.tag.php

Summary

Maintainability
A
0 mins
Test Coverage

Line exceeds 120 characters; contains 154 characters
Open

    $module_name = ('tag' === $GLOBALS['xoopsModule']->getVar('dirname')) ? $GLOBALS['xoopsConfig']['sitename'] : $GLOBALS['xoopsModule']->getVar('name');
Severity: Minor
Found in list.tag.php by phpcodesniffer

Line exceeds 120 characters; contains 129 characters
Open

        $page_nav = '<a href="' . xoops_getenv('SCRIPT_NAME') . "?catid={$catid}&amp;mode={$mode_display}\">" . _MORE . "</a>\n";
Severity: Minor
Found in list.tag.php by phpcodesniffer

Line exceeds 120 characters; contains 140 characters
Open

$criteria->order = 'DESC'; // direct set of order because XOOPS 2.5x won't allow anything other than 'ASC' to be set using setOrder() method
Severity: Minor
Found in list.tag.php by phpcodesniffer

There are no issues that match your filters.

Category
Status