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,1.1,1.2


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] property/inc class.soentity.inc.php,1.1,1.2
Date: Sat, 18 Oct 2003 22:31:55 +0000

Update of /cvsroot/phpgroupware/property/inc
In directory subversions:/tmp/cvs-serv12196/inc

Modified Files:
        class.soentity.inc.php 
Log Message:
no message

Index: class.soentity.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.soentity.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** class.soentity.inc.php      18 Oct 2003 22:15:51 -0000      1.1
--- class.soentity.inc.php      18 Oct 2003 22:31:53 -0000      1.2
***************
*** 242,245 ****
--- 242,246 ----
                                for ($i=0;$i<count($cols_return_extra);$i++)
                                {
+                                       $value='';
                                        
$value=$this->db->f($cols_return_extra[$i]['name']);
  
***************
*** 266,269 ****
--- 267,271 ----
  
                                                
$entity_list[$j][$cols_return_extra[$i]['name']] = @implode(",", $ch_value);
+                                               unset($ch_value);
                                        }
                                        
elseif($cols_return_extra[$i]['datatype']=='D' && $value):





reply via email to

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