fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16442] property: character set on update from BOEI


From: sigurdne
Subject: [Fmsystem-commits] [16442] property: character set on update from BOEI
Date: Thu, 16 Mar 2017 12:53:07 -0400 (EDT)

Revision: 16442
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16442
Author:   sigurdne
Date:     2017-03-16 12:53:07 -0400 (Thu, 16 Mar 2017)
Log Message:
-----------
property: character set on update from BOEI

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 
10:27:47 UTC (rev 16441)
+++ trunk/property/inc/cron/default/synkroniser_med_boei.php    2017-03-16 
16:53:07 UTC (rev 16442)
@@ -181,7 +181,7 @@
                                        ),
                                        2 => array
                                                (
-                                               'value' => 
utf8_encode($this->db_boei->f('Navn')),
+                                               'value' => 
($this->db_boei->f('Navn')),
                                                'type' => PDO::PARAM_STR
                                        ),
                                        3 => array
@@ -235,7 +235,7 @@
                                        ),
                                        2 => array
                                                (
-                                               'value' => 
utf8_encode($this->db_boei->f('GateNavn')),
+                                               'value' => 
($this->db_boei->f('GateNavn')),
                                                'type' => PDO::PARAM_STR
                                        ),
                                        3 => array
@@ -293,7 +293,7 @@
                                        ),
                                        2 => array
                                                (
-                                               'value' => 
$this->db->db_addslashes(utf8_encode($this->db_boei->f('Navn'))),
+                                               'value' => 
$this->db->db_addslashes(($this->db_boei->f('Navn'))),
                                                'type' => PDO::PARAM_STR
                                        ),
                                        3 => array
@@ -369,7 +369,7 @@
                                        ),
                                        3 => array
                                                (
-                                               'value' => 
$this->db->db_addslashes(utf8_encode($this->db_boei->f('ByggNavn'))),
+                                               'value' => 
$this->db->db_addslashes(($this->db_boei->f('ByggNavn'))),
                                                'type' => PDO::PARAM_STR
                                        ),
                                        4 => array
@@ -433,7 +433,7 @@
                                        ),
                                        4 => array
                                                (
-                                               'value' => 
utf8_encode($this->db_boei->f('Beskrivelse')),
+                                               'value' => 
($this->db_boei->f('Beskrivelse')),
                                                'type' => PDO::PARAM_STR
                                        )
                                );
@@ -532,7 +532,7 @@
                                        ),
                                        8 => array
                                                (
-                                               'value' => 
utf8_encode($this->db_boei->f('Gatenr')),
+                                               'value' => 
($this->db_boei->f('Gatenr')),
                                                'type' => PDO::PARAM_STR
                                        ),
                                        9 => array
@@ -635,12 +635,12 @@
                                        ),
                                        2 => array
                                                (
-                                               'value' => 
utf8_encode($this->db_boei->f('Fornavn')),
+                                               'value' => 
($this->db_boei->f('Fornavn')),
                                                'type' => PDO::PARAM_STR
                                        ),
                                        3 => array
                                                (
-                                               'value' => 
utf8_encode($this->db_boei->f('Etternavn')),
+                                               'value' => 
($this->db_boei->f('Etternavn')),
                                                'type' => PDO::PARAM_STR
                                        ),
                                        4 => array
@@ -670,7 +670,7 @@
                                        ),
                                        9 => array
                                                (
-                                               'value' => 
utf8_encode($this->db_boei->f('OBSKode')),
+                                               'value' => 
($this->db_boei->f('OBSKode')),
                                                'type' => PDO::PARAM_STR
                                        )
                                );




reply via email to

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