phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/inc class.uilocation.inc.php, 1.24, 1.


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/inc class.uilocation.inc.php, 1.24, 1.25
Date: Fri, 08 Aug 2003 13:22:47 -0400

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

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

Index: class.uilocation.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uilocation.inc.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** class.uilocation.inc.php    8 Aug 2003 17:07:58 -0000       1.24
--- class.uilocation.inc.php    8 Aug 2003 17:22:44 -0000       1.25
***************
*** 444,455 ****
                        if(!$error_id && $location_code)
                        {
!                               if (isset($insert_record['extra']) AND 
is_array($insert_record['extra']))
!                               {
!                                       foreach($insert_record['extra'] as 
$extra_entry)
!                                       {
!                                               $extra[$extra_entry]=True;
!                                       }
!                               }
!                               $values = 
$this->bo->read_single($location_code,$extra);
                        }
                        else
--- 444,448 ----
                        if(!$error_id && $location_code)
                        {
!                               $values = 
$this->bo->read_single($location_code,array('tenant_id'=>True));
                        }
                        else
***************
*** 765,769 ****
                        $GLOBALS['phpgw']->xslttpl->add_file(array('location'));
  
!                       $values = $this->bo->read_single($location_code);
  
                        $lookup_type='view';
--- 758,762 ----
                        $GLOBALS['phpgw']->xslttpl->add_file(array('location'));
  
!                       $values = 
$this->bo->read_single($location_code,array('tenant_id'=>True));
  
                        $lookup_type='view';





reply via email to

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