| Anonymous | Login | Signup for a new account | 02-09-10 21:58 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 | |
| 0008394 | phplist | Subscribe Process | public | 30-10-06 23:39 | 18-02-08 14:06 | |
| Reporter | h2b2 | |||||
| Priority | normal | Severity | trivial | Reproducibility | always | |
| Status | resolved | Resolution | fixed | |||
| Platform | OS | OS Version | ||||
| Product Version | 2.10.3 | |||||
| Target Version | 2.10.7 | Fixed in Version | 2.10.4 | |||
| Summary | 0008394: "Colon" (:) or "equal" (=) in confirmation preferences change message | |||||
| Description | This is a trivial matter reported in the forum by Flo ( http://forums.phplist.com/viewtopic.php?t=6957 [^] ). The message users receive upon changing their preferences looks like this: Email : name@domain.com Send HTML email : Yes Firstname = Peter As you can see, attributes have an 'equal' sign, instead of a colon. This seems easy to correct, though I didn't test it: In version 2.10.3, subscribelib2.php, line 485, change this: $datachange .= strip_tags($attribute["name"]) . " = "; to this: $datachange .= strip_tags($attribute["name"]) . " : "; | |||||
| Tags | No tags attached. | |||||
| Attached Files | ||||||
Relationships |
||||||
|
||||||
| Copyright © 2000 - 2010 MantisBT Group |