phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


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

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

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

Log Message:
no message
=====================================================================
Index: property/class.borequest.php
diff -u property/class.borequest.php:1.1.1.4 
property/class.borequest.php:1.1.1.5
--- property/class.borequest.php:1.1.1.4        Sat Apr 24 19:39:54 2004
+++ property/class.borequest.php        Sat Apr 24 21:36:27 2004
@@ -394,7 +394,7 @@
                        for ($i=0; $i<count($request); $i++)
                        {
                                $request[$i]['coordinator'] = 
$GLOBALS['phpgw']->accounts->id2name($request[$i]['coordinator']);
-                               $request[$i]['entry_date'] = 
$GLOBALS['phpgw']->common->show_date($request[$i]['entry_date'],$dateformat);
+                               $request[$i]['entry_date'] = 
$this->bocommon->show_date($request[$i]['entry_date'],$dateformat);
                                
$location_data=$this->solocation->read_single($request[$i]['location_code']);
 
                                for ($j=0;$j<count($cols_extra);$j++)
@@ -410,8 +410,8 @@
                {
                        $request                                                
= $this->so->read_single($request_id);
                        $dateformat                                             
= $GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat'];
-                       $request['start_date']                  = 
$GLOBALS['phpgw']->common->show_date($request['start_date'],$dateformat);
-                       $request['end_date']                    = 
$GLOBALS['phpgw']->common->show_date($request['end_date'],$dateformat);
+                       $request['start_date']                  = 
$this->bocommon->show_date($request['start_date'],$dateformat);
+                       $request['end_date']                    = 
$this->bocommon->show_date($request['end_date'],$dateformat);
 
                        if($request['location_code'])
                        {
@@ -455,7 +455,7 @@
                        while (is_array($history_array) && list(,$value) = 
each($history_array))
                        {
 
-                               $record_history[$i]['value_date']       = 
$GLOBALS['phpgw']->common->show_date($value['datetime']);
+                               $record_history[$i]['value_date']       = 
$this->bocommon->show_date($value['datetime']);
                                $record_history[$i]['value_user']       = 
$value['owner'];
 
                                switch ($value['status'])




reply via email to

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