largersmallernormaltext version of this page

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0015312 [phplist] Subscriber Import minor always 24-07-09 18:44 03-09-09 18:18
Reporter noblestudios View Status public  
Assigned To
Priority normal Resolution fixed  
Status resolved   Product Version 2.10.10
Summary 0015312: Checking "I prefer to receive emails in HTML format" on import has no effect
Description On importing a rather large list, we found that all addresses were set as text only, even though we had chosen "I prefer to receive emails in HTML format" during the import. Subsequent testing revealed that this checkbox was being ignored entirely.

This error can be fixed by changing line 212 of admin/import1.php from:

    $tables["user"],$email,$notify != "yes",$uniqid,$htmlemail);

to:

    $tables["user"],$email,$notify != "yes",$uniqid,$_POST['$htmlemail']);
Additional Information
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0050735)
pablo (developer)
03-09-09 18:05

I've replaced $htmlemail by $_POST['htmlemail'] as indicated and now it works fine. Thanks.

The correction will propagate in the next phplist update.

Cheers.


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