fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [8167] fix characters inserted as entities


From: Sigurd Nes
Subject: [Fmsystem-commits] [8167] fix characters inserted as entities
Date: Wed, 23 Nov 2011 07:21:54 +0000

Revision: 8167
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8167
Author:   sigurdne
Date:     2011-11-23 07:21:53 +0000 (Wed, 23 Nov 2011)
Log Message:
-----------
fix characters inserted as entities

Modified Paths:
--------------
    trunk/property/inc/cron/default/catch_ppc.php

Modified: trunk/property/inc/cron/default/catch_ppc.php
===================================================================
--- trunk/property/inc/cron/default/catch_ppc.php       2011-11-22 13:15:03 UTC 
(rev 8166)
+++ trunk/property/inc/cron/default/catch_ppc.php       2011-11-23 07:21:53 UTC 
(rev 8167)
@@ -215,7 +215,7 @@
                                                        continue;
                                                }
 
-                                               $insert_value = 
trim($var_result[$field]);
+                                               $insert_value = 
html_entity_decode(trim($var_result[$field]));
                                                switch ( $field_info->type )
                                                {
                                                        case 'string':




reply via email to

[Prev in Thread] Current Thread [Next in Thread]