phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/inc class.solocation.inc.php, 1.28, 1.


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/inc class.solocation.inc.php, 1.28, 1.29 class.uilocation.inc.php, 1.25, 1.26
Date: Sat, 23 Aug 2003 13:43:51 -0400

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

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

Index: class.solocation.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.solocation.inc.php,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -r1.28 -r1.29
*** class.solocation.inc.php    8 Aug 2003 17:07:58 -0000       1.28
--- class.solocation.inc.php    23 Aug 2003 17:43:49 -0000      1.29
***************
*** 114,118 ****
                        }
  
!                       $sql = $GLOBALS['phpgw']->session->appsession('sql_'. 
$type_id ,$this->currentapp);
  
                        if(!$sql)
--- 114,118 ----
                        }
  
!                       $sql = $GLOBALS['phpgw']->session->appsession('sql_'. 
$type_id . '_' . $lookup_tenant ,$this->currentapp);
  
                        if(!$sql)
***************
*** 222,226 ****
  
                                        $sub_query_tenant=1;
!                                       
$GLOBALS['phpgw']->session->appsession('sub_query_tenant_'. $type_id 
,$this->currentapp,$sub_query_tenant);
                                }
  
--- 222,226 ----
  
                                        $sub_query_tenant=1;
!                                       
$GLOBALS['phpgw']->session->appsession('sub_query_tenant_'. $type_id  . '_' . 
$lookup_tenant,$this->currentapp,$sub_query_tenant);
                                }
  

Index: class.uilocation.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uilocation.inc.php,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** class.uilocation.inc.php    8 Aug 2003 17:22:44 -0000       1.25
--- class.uilocation.inc.php    23 Aug 2003 17:43:49 -0000      1.26
***************
*** 100,104 ****
                        $links = $this->bocommon->menu();
  
!                       $location_list = $this->bo->read($type_id);
  
                        $uicols = $this->bo->uicols;
--- 100,104 ----
                        $links = $this->bocommon->menu();
  
!                       $location_list = 
$this->bo->read($type_id,$lookup_tenant);
  
                        $uicols = $this->bo->uicols;





reply via email to

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