largersmallernormaltext version of this page

View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015312phplistSubscriber Importpublic24-07-09 18:4403-09-09 18:18
Reporternoblestudios 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version2.10.10 
Target VersionFixed in Version 
Summary0015312: Checking "I prefer to receive emails in HTML format" on import has no effect
DescriptionOn 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']);
TagsNo tags attached.
Attached Files

- Relationships
related to 0015328resolved csv import html-email flag not imported into database 
child of 0015369resolvedmichiel 2.10.10 initial patches 

-  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.


Copyright © 2000 - 2010 MantisBT Group
Powered by Mantis Bugtracker