[Vtigercrm-commits] [Vtiger development] #8001: Unnecessary htmlentities encoding in the vtiger 6 email from-name

Vtiger development vtiger-tickets at trac.vtiger.com
Tue Apr 15 11:27:48 GMT 2014


#8001: Unnecessary htmlentities encoding in the vtiger 6 email from-name
--------------------------------+------------------------
 Reporter:  rishab              |       Owner:  developer
     Type:  defect              |      Status:  new
 Priority:  unassigned          |   Milestone:  6.1.0
Component:  vtigercrm           |     Version:  6.0.0
 Severity:  Medium              |  Resolution:
 Keywords:  from email address  |
--------------------------------+------------------------

Comment (by rishab):

 In Mailer.php
 under
 [/vtiger_root/vtlib/Vtiger/Mailer.php]

 change FromName assignment in

 {{{
 function ConfigSenderInfo($fromemail, $fromname='', $replyto='') {
 $this->FromName = $fromname;
 }}}

 To,

 {{{
 $this->FromName = decode_html($fromname);
 }}}

--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8001#comment:1>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM


More information about the vtigercrm-commits mailing list