phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc class.solocation.inc.php,1.13


From: sigurdne
Subject: [Phpgroupware-cvs] property/inc class.solocation.inc.php,1.13
Date: Wed, 18 May 2005 20:01:00 +0200

Update of property/inc

Modified Files:
     Branch: MAIN
            class.solocation.inc.php lines: +2 -2

Log Message:
no message

====================================================
Index: property/inc/class.solocation.inc.php
diff -u property/inc/class.solocation.inc.php:1.12 
property/inc/class.solocation.inc.php:1.13
--- property/inc/class.solocation.inc.php:1.12  Wed May 18 16:05:55 2005
+++ property/inc/class.solocation.inc.php       Wed May 18 18:01:32 2005
@@ -932,7 +932,7 @@
                        $vals[] = date($this->bocommon->datetimeformat,time());

                        $cols   =implode(",", $cols);
-                       $vals   ="'" . implode("','", $vals) . "'";
+                       $vals = $this->bocommon->validate_db_insert($vals);

                        $sql = "INSERT INTO fm_location" . $type_id ."_history 
($cols) VALUES ($vals)";
                        $this->db->query($sql,__LINE__,__FILE__);






reply via email to

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