Ignore:
Timestamp:
Aug 3, 2012, 6:07:42 PM (12 years ago)
Author:
mistic100
Message:

remove useless Quoted-Printable-Encode for mails

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Subscribe_to_comments/include/subscribe_to_comments.inc.php

    r16377 r17350  
    364364 
    365365  ## subscribe while add a comment ##
    366   $search = '<p><textarea name="content" id="contentid" rows="5" cols="50">{$comment_add.CONTENT}</textarea></p>';
     366  $search = '{$comment_add.CONTENT}</textarea></p>';
    367367  $replace = file_get_contents(SUBSCRIBE_TO_PATH.'template/form_comment.tpl');
    368368  $content = str_replace($search, $search.$replace, $content);
Note: See TracChangeset for help on using the changeset viewer.