phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/class.uiwo_hour.php, 1.1.1.5


From: nomail
Subject: [Phpgroupware-cvs] property/class.uiwo_hour.php, 1.1.1.5
Date: Fri, 21 May 2004 19:07:00 -0000

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

date: 2004/04/24 21:36:30;  author: sigurdne;  state: Exp;  lines: +5 -5

Log Message:
no message
=====================================================================
Index: property/class.uiwo_hour.php
diff -u property/class.uiwo_hour.php:1.1.1.4 
property/class.uiwo_hour.php:1.1.1.5
--- property/class.uiwo_hour.php:1.1.1.4        Sat Apr 24 19:39:54 2004
+++ property/class.uiwo_hour.php        Sat Apr 24 21:36:30 2004
@@ -112,7 +112,7 @@
                                {
                                        $sum_deviation = $sum_deviation + 
$entry['amount'];
 
-                                       $entry_date = 
(isset($entry['entry_date'])?$GLOBALS['phpgw']->common->show_date($entry['entry_date'],$dateformat):'');
+                                       $entry_date = 
(isset($entry['entry_date'])?$this->bocommon->show_date($entry['entry_date'],$dateformat):'');
 
                                        $content[] = array
                                        (
@@ -236,7 +236,7 @@
 
                        $msgbox_data = $this->bocommon->msgbox_data($receipt);
 
-                       $entry_date = 
(isset($values['entry_date'])?$GLOBALS['phpgw']->common->show_date($values['entry_date'],$dateformat):'');
+                       $entry_date = 
(isset($values['entry_date'])?$this->bocommon->show_date($values['entry_date'],$dateformat):'');
 
                        $data = array
                        (
@@ -662,7 +662,7 @@
                        );
 
                        $dateformat                                             
= $GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat'];
-                       $date                                                   
= $GLOBALS['phpgw']->common->show_date(time(),$dateformat);
+                       $date                                                   
= $this->bocommon->show_date(time(),$dateformat);
 
                        $from_name      =       
$GLOBALS['phpgw_info']['user']['fullname'];
                        $from_email     =       
$GLOBALS['phpgw_info']['user']['preferences'][$this->currentapp]['email'];
@@ -890,7 +890,7 @@
                        }
 
                        $dateformat = 
$GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat'];
-                       $date = 
$GLOBALS['phpgw']->common->show_date('',$dateformat);
+                       $date = $this->bocommon->show_date('',$dateformat);
 
                        // don't want any warnings turning up in the pdf code 
if the server is set to 'anal' mode.
                        //error_reporting(7);
@@ -1338,7 +1338,7 @@
                        (
                                //'msgbox_data'                                 
=> $GLOBALS['phpgw']->common->msgbox($msgbox_data),
                                'lang_select_all'                               
=> lang('Select All'),
-                               'img_check'                                     
        => 
$GLOBALS['phpgw']->common->get_image_path($this->currentapp).'/check.gif',
+                               'img_check'                                     
        => 
dirname($GLOBALS['HTTP_SERVER_VARS']['PHP_SELF']).'/'.$this->currentapp. 
'/skins/default/images/check.gif',
                                'check_source'                                  
=> './'.$this->currentapp.'/inc/check.js',
 
                                'template_id'                                   
=> $template_id,




reply via email to

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