e107inc/e107

View on GitHub
e107_handlers/mailout_class.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Reference to undeclared property \core_mailout->mail_read (Did you mean expr->mailRead)
Open

        $this->mail_read = 0;
Severity: Minor
Found in e107_handlers/mailout_class.php by phan

Variable $tmp is undeclared
Open

            $lvDate = gmmktime(0, 0, 0, $tmp[1], $tmp[0], $tmp[2]);    // Require dd-mm-yy for now
Severity: Minor
Found in e107_handlers/mailout_class.php by phan

Reference to undeclared property \core_mailout->mail_count (Did you mean expr->mailCount)
Open

        if (!( $this->mail_count = $sql->gen($qry))) return FALSE;
Severity: Minor
Found in e107_handlers/mailout_class.php by phan

Reference to undeclared property \core_mailout->mail_read (Did you mean expr->mailRead)
Open

        $this->mail_read++;
Severity: Minor
Found in e107_handlers/mailout_class.php by phan

Reference to undeclared property \core_mailout->mail_count (Did you mean expr->mailCount)
Open

            $this->mail_count = 0;    
Severity: Minor
Found in e107_handlers/mailout_class.php by phan

Reference to undeclared property \core_mailout->mail_count (Did you mean expr->mailCount)
Open

            return $this->mail_count;
Severity: Minor
Found in e107_handlers/mailout_class.php by phan

Reference to undeclared property \core_mailout->mail_read (Did you mean expr->mailRead)
Open

            $this->mail_read = 0;
Severity: Minor
Found in e107_handlers/mailout_class.php by phan

Reference to undeclared property \core_mailout->mail_count (Did you mean expr->mailCount)
Open

        return $this->mail_count;
Severity: Minor
Found in e107_handlers/mailout_class.php by phan

There are no issues that match your filters.

Category
Status