| Anonymous | Login | Signup for a new account | 21-11-09 09:13 GMT |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| 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 | |||||||
|
|
|||||||
| Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group |