imagecms/ImageCMS

View on GitHub
application/modules/mod_stats/models/users_model.php

Summary

Maintainability
A
1 hr
Test Coverage

Method getRegister has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function getRegister() {
        $query = "
            SELECT
                DATE_FORMAT(FROM_UNIXTIME(`created`), '" . MyDateInterval::getDatePattern($this->params['interval']) . "') as `date`,
                `created` as `unix_date`,    
Severity: Minor
Found in application/modules/mod_stats/models/users_model.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status