phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc class.uilocation.inc.php, 1.12 class.sol


From: sigurdne
Subject: [Phpgroupware-cvs] property/inc class.uilocation.inc.php, 1.12 class.solocation.inc.php, 1.14
Date: Fri, 20 May 2005 15:13:00 +0200

Update of property/inc

Modified Files:
     Branch: MAIN
            class.uilocation.inc.php lines: +6 -2
            class.solocation.inc.php lines: +3 -3

Log Message:
no message

====================================================
Index: property/inc/class.uilocation.inc.php
diff -u property/inc/class.uilocation.inc.php:1.11 
property/inc/class.uilocation.inc.php:1.12
--- property/inc/class.uilocation.inc.php:1.11  Wed May 18 16:05:55 2005
+++ property/inc/class.uilocation.inc.php       Fri May 20 13:13:45 2005
@@ -905,7 +905,7 @@

                        if($location_code)
                        {
-                               $change_type_list = 
$this->bo->select_change_type($change_type);
+                               $change_type_list = 
$this->bo->select_change_type($values['change_type']);
                        }

                        $data = array
@@ -1301,12 +1301,16 @@
                                }
                        }

+                       $change_type_list = 
$this->bo->select_change_type($values['change_type']);
+
                        $data = array
                        (
+                               'lang_change_type'                              
=> lang('Change type'),
                                'check_history'                                 
=> $check_history,
                                'lang_history'                                  
=> lang('History'),
                                'lang_history_statustext'               => 
lang('Fetch the history for this item'),
                                'table_header'                                  
=> $table_header,
+                               'change_type_list'                              
=> $change_type_list,
                                'values'                                        
        => $content,

                                'lang_related_info'                             
=> lang('related info'),

====================================================
Index: property/inc/class.solocation.inc.php
diff -u property/inc/class.solocation.inc.php:1.13 
property/inc/class.solocation.inc.php:1.14
--- property/inc/class.solocation.inc.php:1.13  Wed May 18 18:01:32 2005
+++ property/inc/class.solocation.inc.php       Fri May 20 13:13:45 2005
@@ -798,8 +798,8 @@
                        }


-//                     $cols.= 'loc' . $type_id .'_name';
-//                     $cols_return[]                          = 'loc' . 
$type_id .'_name';
+                       $cols.= 'change_type,';
+                       $cols_return[]                          = 'change_type';
                        $uicols['input_type'][]         = 'text';
                        $uicols['name'][]                       = 'loc' . 
$type_id .'_name';
                        $uicols['descr'][]                      = lang('name');






reply via email to

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