fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9928] property: update sync


From: Sigurd Nes
Subject: [Fmsystem-commits] [9928] property: update sync
Date: Wed, 29 Aug 2012 12:46:41 +0000

Revision: 9928
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9928
Author:   sigurdne
Date:     2012-08-29 12:46:40 +0000 (Wed, 29 Aug 2012)
Log Message:
-----------
property: update sync

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    2012-08-29 
12:20:17 UTC (rev 9927)
+++ trunk/property/inc/cron/default/synkroniser_med_boei.php    2012-08-29 
12:46:40 UTC (rev 9928)
@@ -380,7 +380,7 @@
 
                                $this->db->query($sql2_utf,__LINE__,__FILE__);
                                
$this->db_boei->query($sql2_latin,__LINE__,__FILE__);
-                               $this->db->query("INSERT INTO fm_locations 
(level, location_code) VALUES (1, 
'{$objekt_utf[$i]['location_code']}')",__LINE__,__FILE__);
+                               $this->db->query("INSERT INTO fm_locations 
(level, location_code, loc1) VALUES (1, '{$objekt_utf[$i]['location_code']}', 
'{$objekt_utf[$i]['loc1']}')",__LINE__,__FILE__);
 
                                $obj_msg[]=$objekt_utf[$i]['loc1'];
                        }
@@ -436,7 +436,7 @@
 
                                $this->db->query($sql2_utf,__LINE__,__FILE__);
                                
$this->db_boei->query($sql2_latin,__LINE__,__FILE__);
-                               $this->db->query("INSERT INTO fm_locations 
(level, location_code) VALUES (2, 
'{$bygg_utf[$i]['location_code']}')",__LINE__,__FILE__);
+                               $this->db->query("INSERT INTO fm_locations 
(level, location_code, loc1) VALUES (2, '{$bygg_utf[$i]['location_code']}', 
'{$objekt_utf[$i]['loc1']}')",__LINE__,__FILE__);
 
                                $bygg_msg[]=$bygg_utf[$i]['location_code'];
                        }
@@ -500,7 +500,7 @@
 
                                $this->db->query($sql2_utf,__LINE__,__FILE__);
                                
$this->db_boei->query($sql2_latin,__LINE__,__FILE__);
-                               $this->db->query("INSERT INTO fm_locations 
(level, location_code) VALUES (3, 
'{$seksjon_utf[$i]['location_code']}')",__LINE__,__FILE__);
+                               $this->db->query("INSERT INTO fm_locations 
(level, location_code, loc1) VALUES (3, '{$seksjon_utf[$i]['location_code']}', 
'{$objekt_utf[$i]['loc1']}')",__LINE__,__FILE__);
 
                                
$seksjon_msg[]=$seksjon_utf[$i]['location_code'];
                        }
@@ -591,7 +591,7 @@
 
                                $this->db->query($sql2_utf,__LINE__,__FILE__);
                                
$this->db_boei->query($sql2_latin,__LINE__,__FILE__);
-                               $this->db->query("INSERT INTO fm_locations 
(level, location_code) VALUES (4, 
'{$leieobjekt_utf[$i]['location_code']}')",__LINE__,__FILE__);
+                               $this->db->query("INSERT INTO fm_locations 
(level, location_code, loc1) VALUES (4, 
'{$leieobjekt_utf[$i]['location_code']}', 
'{$objekt_utf[$i]['loc1']}')",__LINE__,__FILE__);
 
                                
$leieobjekt_msg[]=$leieobjekt_utf[$i]['location_code'];
                        }




reply via email to

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