| Anonymous | Login | Signup for a new account | 02-09-10 22:06 GMT | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Print ] | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |
| 0015312 | phplist | Subscriber Import | public | 24-07-09 18:44 | 03-09-09 18:18 | |
| Reporter | noblestudios | |||||
| Priority | normal | Severity | minor | Reproducibility | always | |
| Status | resolved | Resolution | fixed | |||
| Platform | OS | OS Version | ||||
| Product Version | 2.10.10 | |||||
| Target Version | Fixed in Version | |||||
| 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']); | |||||
| Tags | No tags attached. | |||||
| Attached Files | ||||||
Relationships |
|||||||||||
|
|||||||||||
| Copyright © 2000 - 2010 MantisBT Group |