Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: No html-izing in mail subject, please.  (Read 2886 times)

0 Members and 1 Guest are viewing this topic.

meimeiriver

  • Coppermine newbie
  • Offline Offline
  • Posts: 10
No html-izing in mail subject, please.
« on: April 13, 2006, 04:40:36 pm »

Hello,

As to the usefulness of locking the bugs report thread, I dunno; but anyway, I found a problem with the e-card mail subject, analogous to this post:

http://forum.coppermine-gallery.net/index.php?topic=24152.msg110939

Except, in my case, I got a ' in the subject header. I temporarily fixed it, by editing mailer.inc.php, and adding  this line, right before a mail is sent:

$subject = str_replace ("'", "'", $subject);

Along with the original poster, I'd rather see CPG not do "html-izing" substitutions of that kind in the subject header. In fact, getting to the point of my post, I would not mind seeing a new config field, for the next version, that says which subject line to prefix to messages, rather than the board name directly.

Thanks.
Logged
Pages: [1]   Go Up
 

Page created in 0.023 seconds with 20 queries.