fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11138] strip html entities


From: Sigurd Nes
Subject: [Fmsystem-commits] [11138] strip html entities
Date: Tue, 28 May 2013 19:54:55 +0000

Revision: 11138
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11138
Author:   sigurdne
Date:     2013-05-28 19:54:54 +0000 (Tue, 28 May 2013)
Log Message:
-----------
strip html entities

Modified Paths:
--------------
    trunk/property/inc/class.sogeneric.inc.php

Modified: trunk/property/inc/class.sogeneric.inc.php
===================================================================
--- trunk/property/inc/class.sogeneric.inc.php  2013-05-28 12:34:25 UTC (rev 
11137)
+++ trunk/property/inc/class.sogeneric.inc.php  2013-05-28 19:54:54 UTC (rev 
11138)
@@ -343,7 +343,7 @@
                                {
                                        $dataset[$j][$field] = array
                                                (
-                                                       'value'         => 
$this->_db->f($field),
+                                                       'value'         => 
$this->_db->f($field,true),
                                                        'datatype'      => 
$uicols['datatype'][$key],
                                                        'attrib_id'     => 
$uicols['attib_id'][$key]
                                                );




reply via email to

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