mambax7/adslight

View on GitHub
admin/replies.php

Summary

Maintainability
A
0 mins
Test Coverage

XXX found
Open

            //                     <th class='center width5'>".AM_ADSLIGHT_FORM_ACTION."XXX</th>
Severity: Minor
Found in admin/replies.php by fixme

Line exceeds 120 characters; contains 179 characters
Open

                $repliesArray['edit_delete'] = "<a href='replies.php?op=edit&r_lid=" . $i . "'><img src=" . $pathIcon16 . "/edit.png alt='" . _EDIT . "' title='" . _EDIT . "'></a>
Severity: Minor
Found in admin/replies.php by phpcodesniffer

Line exceeds 120 characters; contains 154 characters
Open

               <a href='replies.php?op=delete&r_lid=" . $i . "'><img src=" . $pathIcon16 . "/delete.png alt='" . _DELETE . "' title='" . _DELETE . "'></a>
Severity: Minor
Found in admin/replies.php by phpcodesniffer

Line exceeds 120 characters; contains 155 characters
Open

               <a href='replies.php?op=clone&r_lid=" . $i . "'><img src=" . $pathIcon16 . "/editcopy.png alt='" . _CLONE . "' title='" . _CLONE . "'></a>";
Severity: Minor
Found in admin/replies.php by phpcodesniffer

Line exceeds 120 characters; contains 128 characters
Open

                $repliesArray['submitter'] = strip_tags(\XoopsUser::getUnameFromId($repliesTempArray[$i]->getVar('submitter')));
Severity: Minor
Found in admin/replies.php by phpcodesniffer

Line exceeds 120 characters; contains 214 characters
Open

            xoops_confirm(['ok' => 1, 'r_lid' => Request::getString('r_lid', ''), 'op' => 'delete'], Request::getUrl('REQUEST_URI', '', 'SERVER'), sprintf(AM_ADSLIGHT_FORMSUREDEL, $repliesObject->getVar('title')));
Severity: Minor
Found in admin/replies.php by phpcodesniffer

Line exceeds 120 characters; contains 127 characters
Open

                $repliesArray['r_usid']      = strip_tags(\XoopsUser::getUnameFromId($repliesTempArray[$i]->getVar('r_usid')));
Severity: Minor
Found in admin/replies.php by phpcodesniffer

Line exceeds 120 characters; contains 138 characters
Open

                XOOPS_ROOT_PATH . '/modules/' . $GLOBALS['xoopsModule']->getVar('dirname') . '/templates/admin/adslight_admin_replies.tpl'
Severity: Minor
Found in admin/replies.php by phpcodesniffer

Line exceeds 120 characters; contains 157 characters
Open

            //                    <a href='replies.php?op=delete&r_lid=".$i."'><img src=".$pathIcon16."/delete.png alt='"._DELETE."' title='"._DELETE."'></a>
Severity: Minor
Found in admin/replies.php by phpcodesniffer

Line exceeds 120 characters; contains 368 characters
Open

        //    $fields = explode('|', r_lid:int:11::NOT NULL::primary:ID:0|lid:int:11::NOT NULL:0::Listing:1|title:varchar:50::NOT NULL:::Title:2|date:int:11::NOT NULL:0::Date:3|submitter:varchar:60::NOT NULL:::Submitter:4|message:text:0::NOT NULL:::Message:5|tele:varchar:15::NOT NULL:::Phone:6|email:varchar:100::NOT NULL:::Email:7|r_usid:int:11::NOT NULL:0::User:8);
Severity: Minor
Found in admin/replies.php by phpcodesniffer

Line exceeds 120 characters; contains 149 characters
Open

            //                    <a href='replies.php?op=edit&r_lid=".$i."'><img src=".$pathIcon16."/edit.png alt='"._EDIT."' title='"._EDIT."'></a>
Severity: Minor
Found in admin/replies.php by phpcodesniffer

There are no issues that match your filters.

Category
Status