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.5


From: nomail
Subject: [Phpgroupware-cvs] property/class.uilocation.php, 1.1.1.5
Date: Fri, 21 May 2004 18:52:52 -0000

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

date: 2004/04/24 21:36:29;  author: sigurdne;  state: Exp;  lines: +2 -4

Log Message:
no message
=====================================================================
Index: property/class.uilocation.php
diff -u property/class.uilocation.php:1.1.1.4 
property/class.uilocation.php:1.1.1.5
--- property/class.uilocation.php:1.1.1.4       Sat Apr 24 19:39:54 2004
+++ property/class.uilocation.php       Sat Apr 24 21:36:29 2004
@@ -423,9 +423,7 @@
                                'num_records'                                   
=> count($location_list),
                                'all_records'                                   
=> $this->bo->total_records,
                                'link_url'                                      
        => $this->bocommon->link('/index.php',$link_data),
-
                                'img_path'                                      
        => 
dirname($GLOBALS['HTTP_SERVER_VARS']['PHP_SELF']).'/api/skins/default/images',
-
                                'lang_status_statustext'                => 
lang('Select the status. To do not use a status select NO STATUS'),
                                'status_name'                                   
=> 'status',
                                'lang_no_status'                                
=> lang('No status'),
@@ -698,7 +696,7 @@
                                if($attributes_values[$r]['datatype']=='D' && 
$attributes_values[$r]['value'])
                                {
                                        $timestamp_date= 
mktime(0,0,0,date(m,strtotime($attributes_values[$r]['value'])),date(d,strtotime($attributes_values[$r]['value'])),date(y,strtotime($attributes_values[$r]['value'])));
-                                       $attributes_values[$r]['value'] = 
$GLOBALS['phpgw']->common->show_date($timestamp_date,$dateformat);
+                                       $attributes_values[$r]['value'] = 
$this->bocommon->show_date($timestamp_date,$dateformat);
                                }
                                if($attributes_values[$r]['datatype']=='AB')
                                {
@@ -1052,7 +1050,7 @@
                                if($attributes_values[$r]['datatype']=='D' && 
$attributes_values[$r]['value'])
                                {
                                        $timestamp_date= 
mktime(0,0,0,date(m,strtotime($attributes_values[$r]['value'])),date(d,strtotime($attributes_values[$r]['value'])),date(y,strtotime($attributes_values[$r]['value'])));
-                                       $attributes_values[$r]['value'] = 
$GLOBALS['phpgw']->common->show_date($timestamp_date,$dateformat);
+                                       $attributes_values[$r]['value'] = 
$this->bocommon->show_date($timestamp_date,$dateformat);
                                }
                                if($attributes_values[$r]['datatype']=='AB')
                                {




reply via email to

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