fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15243] property: alter datatype


From: sigurdne
Subject: [Fmsystem-commits] [15243] property: alter datatype
Date: Wed, 1 Jun 2016 09:38:59 +0000 (UTC)

Revision: 15243
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15243
Author:   sigurdne
Date:     2016-06-01 09:38:59 +0000 (Wed, 01 Jun 2016)
Log Message:
-----------
property: alter datatype

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

Modified: trunk/property/inc/class.solocation.inc.php
===================================================================
--- trunk/property/inc/class.solocation.inc.php 2016-06-01 01:47:01 UTC (rev 
15242)
+++ trunk/property/inc/class.solocation.inc.php 2016-06-01 09:38:59 UTC (rev 
15243)
@@ -373,14 +373,12 @@
                                        $uicols['statustext'][] = 
$location_types[$i]['descr'];
                                        $uicols['exchange'][] = true;
                                        $uicols['align'][] = 'center';
-                                       $uicols['datatype'][] = 'link';
+                                       $uicols['datatype'][] = $i==($type_id 
-1 ) ? 'I' : 'link'; // correct the last one
                                        $uicols['formatter'][] = '';
                                        $cols .= 
",fm_location{$type_id}.loc{$location_types[$i]['id']}";
                                        $cols_return[] = 
"loc{$location_types[$i]['id']}";
                                }
 
-                               $uicols['datatype'][$type_id] = 'I'; // correct 
the last one
-
                                $list_info = $location_types[($type_id - 
1)]['list_info'];
 
                                for ($i = 1; $i < ($type_id + 1); $i++)




reply via email to

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