largersmallernormaltext version of this page

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0008394 [phplist] Subscribe Process trivial always 30-10-06 23:39 18-02-08 14:06
Reporter h2b2 View Status public  
Assigned To
Priority normal Resolution fixed  
Status resolved   Product Version 2.10.3
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"]) . " : ";

Additional Information
Tags No tags attached.
Attached Files

- Relationships
related to 0003721closed phplist 2.10.x 

There are no notes attached to this issue.


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