e107inc/e107

View on GitHub
e107_handlers/user_select_class.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Variable $ret was undeclared, but array fields are being added to it.
Open

                $ret[strtolower($row['user_name'])] = $row['user_name'];
Severity: Info
Found in e107_handlers/user_select_class.php by phan

Call to deprecated function \user_select::user_list() defined at /code/e107_handlers/user_select_class.php:33
Open

            $text .= $this -> user_list($class, 'user');
Severity: Minor
Found in e107_handlers/user_select_class.php by phan

false passed to foreach instead of array
Open

            foreach($userlist as $u) {
Severity: Minor
Found in e107_handlers/user_select_class.php by phan

There are no issues that match your filters.

Category
Status