e107inc/e107

View on GitHub
userposts.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Call to deprecated function \e107::getDateConvert() defined at /code/e107_handlers/e107_class.php:1948
Open

        $gen = e107::getDateConvert();
Severity: Minor
Found in userposts.php by phan

Reference to undeclared constant \BULLET (Did you mean $bullet)
Open

        $bullet = '<img src="'.THEME_ABS.'images/'.BULLET.'" alt="" class="icon" />';
Severity: Minor
Found in userposts.php by phan

Variable $ftext was undeclared, but it is being used as the left-hand side of an assignment operation
Open

        $ftext .= "<span class='mediumtext'>".UP_LAN_8.'</span>';
Severity: Info
Found in userposts.php by phan

Suspicious type bool of a variable or expression used to build a string. (Expected type to be able to cast to a string)
Open

        $parms = $ftotal.",10,".$from.",".e_REQUEST_SELF."?[FROM].forums.".$id;
Severity: Minor
Found in userposts.php by phan

Call to deprecated function \e107::getDateConvert() defined at /code/e107_handlers/e107_class.php:1948
Open

    $gen = e107::getDateConvert();
Severity: Minor
Found in userposts.php by phan

There are no issues that match your filters.

Category
Status