fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [7201] catch: postprocessing


From: Sigurd Nes
Subject: [Fmsystem-commits] [7201] catch: postprocessing
Date: Fri, 08 Apr 2011 12:09:05 +0000

Revision: 7201
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7201
Author:   sigurdne
Date:     2011-04-08 12:09:03 +0000 (Fri, 08 Apr 2011)
Log Message:
-----------
catch: postprocessing

Modified Paths:
--------------
    trunk/catch/inc/custom/default/update_location_at_record_nlsh.php

Modified: trunk/catch/inc/custom/default/update_location_at_record_nlsh.php
===================================================================
--- trunk/catch/inc/custom/default/update_location_at_record_nlsh.php   
2011-04-08 10:12:03 UTC (rev 7200)
+++ trunk/catch/inc/custom/default/update_location_at_record_nlsh.php   
2011-04-08 12:09:03 UTC (rev 7201)
@@ -73,6 +73,9 @@
                                {
                                        if($this->db->f($loc))
                                        {
+
+// 8.April 11: 'romid' is now loc5
+/*
                                                if($loc == 'romid')
                                                {
                                                        
$this->db2->query("SELECT loc5 FROM fm_location5 WHERE rom_nr_id = '" . 
$this->db->f($loc) . "' AND location_code {$this->like} '" . implode('-', 
$location) . "%'",__LINE__,__FILE__);
@@ -85,6 +88,7 @@
                                                        }
                                                }
                                                else
+*/
                                                {
                                                        $location[] = 
$this->db->f($loc);
                                                        $value_set["loc{$j}"] = 
$this->db->f($loc);




reply via email to

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