phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/class.uilocation.php, 1.1.1.2


From: nomail
Subject: [Phpgroupware-cvs] property/class.uilocation.php, 1.1.1.2
Date: Sun, 13 Jun 2004 14:16:54 +0200

Update of /property
Modified Files:
        Branch: 
          class.uilocation.php

date: 2004/06/13 12:16:54;  author: sigurdne;  state: Exp;  lines: +0 -17

Log Message:
no message
=====================================================================
Index: property/class.uilocation.php
diff -u property/class.uilocation.php:1.1.1.1 
property/class.uilocation.php:1.1.1.2
--- property/class.uilocation.php:1.1.1.1       Wed Jun  2 20:07:08 2004
+++ property/class.uilocation.php       Sun Jun 13 12:16:54 2004
@@ -64,8 +64,6 @@
                        $this->cat_id                           = 
$this->bo->cat_id;
                        $this->part_of_town_id          = 
$this->bo->part_of_town_id;
                        $this->district_id                      = 
$this->bo->district_id;
-                       $this->status_drift_id          = 
$this->bo->status_drift_id;
-                       $this->status_eco_id            = 
$this->bo->status_eco_id;
                        $this->status                           = 
$this->bo->status;
                        $this->type_id                          = 
$this->bo->type_id;
 
@@ -85,8 +83,6 @@
                                'cat_id'                => $this->cat_id,
                                'part_of_town_id'       => 
$this->part_of_town_id,
                                'district_id'           => $this->district_id,
-                               'status_drift_id'       => 
$this->status_drift_id,
-                               'status_eco_id'         => $this->status_eco_id,
                                'status'                => $this->status,
                                'type_id'               => $this->type_id
                        );
@@ -274,8 +270,6 @@
                                                                                
                                                        'lookup_tenant'         
=>$lookup_tenant,
                                                                                
                                                        'lookup_name'           
=>$lookup_name,
                                                                                
                                                        'cat_id'                
        =>$this->cat_id,
-                                                                               
                                                        'status_drift_id'       
        => $this->status_drift_id,
-                                                                               
                                                        'status_eco_id'         
=> $this->status_eco_id,
                                                                                
                                                        'status'                
        => $this->status)
                                                                                
));
                                        }
@@ -296,8 +290,6 @@
                                                                                
                                                        'lookup_tenant'         
=>$lookup_tenant,
                                                                                
                                                        'lookup_name'           
=>$lookup_name,
                                                                                
                                                        'cat_id'                
        =>$this->cat_id,
-                                                                               
                                                        'status_drift_id'       
        => $this->status_drift_id,
-                                                                               
                                                        'status_eco_id'         
=> $this->status_eco_id,
                                                                                
                                                        'status'                
        => $this->status)
                                                                                
));
                                        }
@@ -359,8 +351,6 @@
                                                'lookup_tenant'         
=>$lookup_tenant,
                                                'lookup_name'           
=>$lookup_name,
                                                'type_id'                       
=>$type_id,
-                                               'status_drift_id'       => 
$this->status_drift_id,
-                                               'status_eco_id'         => 
$this->status_eco_id,
                                                'status'                        
=> $this->status
                        );
 
@@ -396,8 +386,6 @@
                                                'lookup_tenant'         
=>$lookup_tenant,
                                                'lookup_name'           
=>$lookup_name,
                                                'type_id'                       
=>$type_id,
-                                               'status_drift_id'       => 
$this->status_drift_id,
-                                               'status_eco_id'         => 
$this->status_eco_id,
                                                'status'                        
=> $this->status,
                                                'start' =>$this->start
                        );
@@ -432,11 +420,6 @@
                                'lang_district_statustext'              => 
lang('Select the district the selection belongs to. To do not use a district 
select NO DISTRICT'),
                                'select_district_name'                  => 
'district_id',
 
-                               'status_eco_list'                               
=> $this->bo->get_tenant_status($this->status_eco_id,$lookup_tenant,1),
-                               'lang_no_eco'                                   
=> lang('status eco'),
-                               'status_drift_list'                             
=> $this->bo->get_tenant_status($this->status_drift_id,$lookup_tenant,0),
-                               'lang_no_drift'                                 
=> lang('status drift'),
-
                                'lang_no_cat'                                   
=> lang('no category'),
                                'lang_cat_statustext'                   => 
lang('Select the category the location belongs to. To do not use a category 
select NO CATEGORY'),
                                'select_name'                                   
=> 'cat_id',




reply via email to

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