fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16444] property: add db_slashes


From: sigurdne
Subject: [Fmsystem-commits] [16444] property: add db_slashes
Date: Thu, 16 Mar 2017 13:12:33 -0400 (EDT)

Revision: 16444
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16444
Author:   sigurdne
Date:     2017-03-16 13:12:33 -0400 (Thu, 16 Mar 2017)
Log Message:
-----------
property: add db_slashes

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

Modified: trunk/property/inc/cron/default/synkroniser_med_boei.php
===================================================================
--- trunk/property/inc/cron/default/synkroniser_med_boei.php    2017-03-16 
16:54:24 UTC (rev 16443)
+++ trunk/property/inc/cron/default/synkroniser_med_boei.php    2017-03-16 
17:12:33 UTC (rev 16444)
@@ -181,7 +181,7 @@
                                        ),
                                        2 => array
                                                (
-                                               'value' => 
($this->db_boei->f('Navn')),
+                                               'value' => 
$this->db->db_addslashes($this->db_boei->f('Navn')),
                                                'type' => PDO::PARAM_STR
                                        ),
                                        3 => array
@@ -235,7 +235,7 @@
                                        ),
                                        2 => array
                                                (
-                                               'value' => 
($this->db_boei->f('GateNavn')),
+                                               'value' => 
$this->db->db_addslashes($this->db_boei->f('GateNavn')),
                                                'type' => PDO::PARAM_STR
                                        ),
                                        3 => array
@@ -433,7 +433,7 @@
                                        ),
                                        4 => array
                                                (
-                                               'value' => 
($this->db_boei->f('Beskrivelse')),
+                                               'value' => 
$this->db->db_addslashes($this->db_boei->f('Beskrivelse')),
                                                'type' => PDO::PARAM_STR
                                        )
                                );
@@ -532,12 +532,12 @@
                                        ),
                                        8 => array
                                                (
-                                               'value' => 
($this->db_boei->f('Gatenr')),
+                                               'value' => 
$this->db->db_addslashes($this->db_boei->f('Gatenr')),
                                                'type' => PDO::PARAM_STR
                                        ),
                                        9 => array
                                                (
-                                               'value' => 
$this->db_boei->f('Etasje'),
+                                               'value' => 
$this->db->db_addslashes($this->db_boei->f('Etasje')),
                                                'type' => PDO::PARAM_STR
                                        ),
                                        10 => array
@@ -635,12 +635,12 @@
                                        ),
                                        2 => array
                                                (
-                                               'value' => 
($this->db_boei->f('Fornavn')),
+                                               'value' => 
$this->db->db_addslashes($this->db_boei->f('Fornavn')),
                                                'type' => PDO::PARAM_STR
                                        ),
                                        3 => array
                                                (
-                                               'value' => 
($this->db_boei->f('Etternavn')),
+                                               'value' => 
$this->db->db_addslashes($this->db_boei->f('Etternavn')),
                                                'type' => PDO::PARAM_STR
                                        ),
                                        4 => array




reply via email to

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