phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc class.soentity.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/inc class.soentity.inc.php
Date: Fri, 03 Nov 2006 11:48:46 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Changes by:     Sigurd Nes <sigurdne>   06/11/03 11:48:46

Modified files:
        inc            : class.soentity.inc.php 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/property/inc/class.soentity.inc.php?cvsroot=phpgroupware&r1=1.29&r2=1.30

Patches:
Index: class.soentity.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/inc/class.soentity.inc.php,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- class.soentity.inc.php      31 Oct 2006 09:50:56 -0000      1.29
+++ class.soentity.inc.php      3 Nov 2006 11:48:46 -0000       1.30
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage entity
-       * @version $Id: class.soentity.inc.php,v 1.29 2006/10/31 09:50:56 
sigurdne Exp $
+       * @version $Id: class.soentity.inc.php,v 1.30 2006/11/03 11:48:46 
sigurdne Exp $
        */
 
        /**
@@ -189,6 +189,8 @@
                                }
                                        
                                $i      = count($uicols['name']);
+                               if(isset($result_columns) && 
is_array($result_columns))
+                               {
                                foreach($result_columns as $column_id)
                                {
                                        $this->db->query("SELECT * FROM 
fm_entity_attribute WHERE entity_id= $entity_id AND cat_id= $cat_id AND id= 
$column_id");
@@ -214,6 +216,7 @@
                                        $i++;
                                }
                        }
+                       }
                        else
                        {
                                return;




reply via email to

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