phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/inc class.bolocation.inc.php, 1.23, 1.


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/inc class.bolocation.inc.php, 1.23, 1.24
Date: Sat, 23 Aug 2003 13:43:08 -0400

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

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

Index: class.bolocation.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.bolocation.inc.php,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** class.bolocation.inc.php    17 Jul 2003 10:46:22 -0000      1.23
--- class.bolocation.inc.php    23 Aug 2003 17:43:06 -0000      1.24
***************
*** 96,103 ****
                                $this->cat_id = $cat_id;
                        }
-                       if(isset($lookup_tenant))
-                       {
-                               $this->lookup_tenant = $lookup_tenant;
-                       }
                        if(isset($part_of_town_id))
                        {
--- 96,99 ----
***************
*** 516,523 ****
  
  
!               function read($type_id='')
                {
                        $location = $this->so->read(array('start' => 
$this->start,'query' => $this->query,'sort' => $this->sort,'order' => 
$this->order,
!                                                                               
        'filter' => $this->filter,'cat_id' => $this->cat_id,'type_id' => 
$type_id,'lookup_tenant'=>$this->lookup_tenant,
                                                                                
        'district_id'=>$this->district_id));
                        $this->total_records = $this->so->total_records;
--- 512,519 ----
  
  
!               function read($type_id='',$lookup_tenant='')
                {
                        $location = $this->so->read(array('start' => 
$this->start,'query' => $this->query,'sort' => $this->sort,'order' => 
$this->order,
!                                                                               
        'filter' => $this->filter,'cat_id' => $this->cat_id,'type_id' => 
$type_id,'lookup_tenant'=>$lookup_tenant,
                                                                                
        'district_id'=>$this->district_id));
                        $this->total_records = $this->so->total_records;





reply via email to

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