[Vtigercrm-commits] [vtiger-commits] r9992 - /vtigercrm/branches/5.0.3/include/utils/EditViewUtils.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Dec 20 08:18:21 EST 2006
Author: richie
Date: Wed Dec 20 06:18:13 2006
New Revision: 9992
Log:
* Modified to get the special character from from_html function, # Fixes 2759
Modified:
vtigercrm/branches/5.0.3/include/utils/EditViewUtils.php
Modified: vtigercrm/branches/5.0.3/include/utils/EditViewUtils.php
==============================================================================
--- vtigercrm/branches/5.0.3/include/utils/EditViewUtils.php (original)
+++ vtigercrm/branches/5.0.3/include/utils/EditViewUtils.php Wed Dec 20 06:18:13 2006
@@ -1449,7 +1449,7 @@
}
$product_Detail[$i]['hdnProductId'.$i] = $hdnProductId;
- $product_Detail[$i]['productName'.$i]= $productname;
+ $product_Detail[$i]['productName'.$i]= from_html($productname);
$product_Detail[$i]['productDescription'.$i]= $productdescription;
$product_Detail[$i]['comment'.$i]= $comment;
More information about the vtigercrm-commits
mailing list