fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12464] property: typo


From: Sigurd Nes
Subject: [Fmsystem-commits] [12464] property: typo
Date: Mon, 15 Dec 2014 15:32:10 +0000

Revision: 12464
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12464
Author:   sigurdne
Date:     2014-12-15 15:32:09 +0000 (Mon, 15 Dec 2014)
Log Message:
-----------
property: typo

Modified Paths:
--------------
    trunk/property/inc/class.sotts.inc.php

Modified: trunk/property/inc/class.sotts.inc.php
===================================================================
--- trunk/property/inc/class.sotts.inc.php      2014-12-13 15:22:46 UTC (rev 
12463)
+++ trunk/property/inc/class.sotts.inc.php      2014-12-15 15:32:09 UTC (rev 
12464)
@@ -631,14 +631,14 @@
                                        {
                                                if($custom_value = 
$this->db->f($custom_col['column_name'],true))
                                                {
-                                                       $custom_value = 
$this->custom->get_translated_value(array('value' =>$custom_value, 'attrib_id' 
=> $custom_col['attrib_id'], 'datatype' => $custom_col['datatype'] ), 
$location_id);
+                                                       $custom_value = 
$this->custom->get_translated_value(array('value' =>$custom_value, 'attrib_id' 
=> $custom_col['id'], 'datatype' => $custom_col['datatype'] ), $location_id);
                                                }
                                                
$tickets[$i][$custom_col['column_name']] = $custom_value;
                                        }
                                        $i ++;
                                }
                        }
-
+                       _debug_array($tickets);
                        $this->db->set_fetch_single(false);
 
                        return $tickets;




reply via email to

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