[Vtigercrm-commits] [vtiger development] #4656: Exporting Records with </value> is not proper
vtiger development
vtiger-tickets at trac.vtiger.com
Mon Dec 10 02:16:13 EST 2007
#4656: Exporting Records with </value> is not proper
------------------------+---------------------------------------------------
Reporter: prasad | Owner: developer
Type: defect | Status: new
Priority: critical | Milestone: 5.0.4
Component: vtigercrm | Version: 5.0.4
Resolution: | Keywords:
------------------------+---------------------------------------------------
Comment (by prasad):
I figured out the reason for this bug:
{{{
File: include/utils/export.php
Line: ~99
$value =
preg_replace("/(<\/?)(\w+)([^>]*>)/i","",html_entity_decode($value,
ENT_QUOTES, "UTF-8"));
}}}
This should be commented out.
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/4656#comment:1>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list