fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11982] property: datatype on return data


From: Sigurd Nes
Subject: [Fmsystem-commits] [11982] property: datatype on return data
Date: Fri, 16 May 2014 08:50:36 +0000

Revision: 11982
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11982
Author:   sigurdne
Date:     2014-05-16 08:50:35 +0000 (Fri, 16 May 2014)
Log Message:
-----------
property: datatype on return data

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

Modified: trunk/property/inc/class.soentity.inc.php
===================================================================
--- trunk/property/inc/class.soentity.inc.php   2014-05-16 07:53:08 UTC (rev 
11981)
+++ trunk/property/inc/class.soentity.inc.php   2014-05-16 08:50:35 UTC (rev 
11982)
@@ -832,8 +832,8 @@
                        $j=0;
 
                        $uicols = $this->uicols;
-//                     $cols_return = $uicols['name'];
-                       $cols_return = $this->cols_return;
+                       $cols_return = $uicols['name'];
+//                     $cols_return = $this->cols_return;
                        $dataset = array();
 
                        while ($this->db->next_record())
@@ -1537,8 +1537,8 @@
 
                        $j=0;
                        $uicols = $this->uicols;
-//                     $cols_return = $uicols['name'];
-                       $cols_return = $this->cols_return;
+                       $cols_return = $uicols['name'];
+//                     $cols_return = $this->cols_return;
 
                        $dataset = array();
                        while ($this->db->next_record())




reply via email to

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