largersmallernormaltext version of this page

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0015198 [phplist] HTML Email Support feature have not tried 11-12-08 03:05 16-12-08 14:59
Reporter user4374 View Status public  
Assigned To
Priority normal Resolution fixed  
Status resolved   Product Version 2.11.3
Summary 0015198: a parsing error in class.phpmailer
Description i'm using last stable version and in class.phpmailer.php there is a error

this is the original code
        $this->Username = $GLOBALS['$phpmailer_smtpuser'];
        $this->Password = $GLOBALS['phpmailer_smtppassword'];

there is a error with the code it should be
        $this->Username = $GLOBALS['phpmailer_smtpuser'];
        $this->Password = $GLOBALS['phpmailer_smtppassword'];
Additional Information
Tags No tags attached.
Attached Files

- Relationships

There are no notes attached to this issue.


Mantis 1.1.6[^]
Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker