fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [7096] property: use built in stripslashes


From: Sigurd Nes
Subject: [Fmsystem-commits] [7096] property: use built in stripslashes
Date: Wed, 09 Mar 2011 08:09:29 +0000

Revision: 7096
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7096
Author:   sigurdne
Date:     2011-03-09 08:09:29 +0000 (Wed, 09 Mar 2011)
Log Message:
-----------
property: use built in stripslashes

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

Modified: trunk/property/inc/class.sotts.inc.php
===================================================================
--- trunk/property/inc/class.sotts.inc.php      2011-03-09 08:09:04 UTC (rev 
7095)
+++ trunk/property/inc/class.sotts.inc.php      2011-03-09 08:09:29 UTC (rev 
7096)
@@ -110,7 +110,7 @@
                {
                        $this->db->query("SELECT descr FROM fm_tts_category  
WHERE id='$cat_id' ");
                        $this->db->next_record();
-                       return stripslashes($this->db->f('descr'));
+                       return $this->db->f('descr',true);
                }
 
                function read($data)




reply via email to

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