phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


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

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

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

Log Message:
no message
=====================================================================
Index: property/class.bodrawing.php
diff -u property/class.bodrawing.php:1.1.1.4 
property/class.bodrawing.php:1.1.1.5
--- property/class.bodrawing.php:1.1.1.4        Sat Apr 24 19:39:54 2004
+++ property/class.bodrawing.php        Sat Apr 24 21:36:27 2004
@@ -274,7 +274,7 @@
                        for ($i=0; $i<count($drawing); $i++)
                        {
 //                             $drawing[$i]['user']            = 
$GLOBALS['phpgw']->accounts->id2name($drawing[$i]['user_id']);
-//                             $drawing[$i]['entry_date'] = 
$GLOBALS['phpgw']->common->show_date($drawing[$i]['entry_date'],$dateformat);
+//                             $drawing[$i]['entry_date'] = 
$this->bocommon->show_date($drawing[$i]['entry_date'],$dateformat);
                                
$location_data=$this->solocation->read_single($drawing[$i]['location_code']);
 
                                for ($j=0;$j<count($cols_extra);$j++)
@@ -290,7 +290,7 @@
                {
                        $drawing                                                
= $this->so->read_single($drawing_id);
                        $dateformat                                             
= $GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat'];
-                       $drawing['drawing_date']                = 
$GLOBALS['phpgw']->common->show_date($drawing['drawing_date'],$dateformat);
+                       $drawing['drawing_date']                = 
$this->bocommon->show_date($drawing['drawing_date'],$dateformat);
                        $vendor                                                 
= 
$this->contacts->read_single_entry($drawing['vendor_id'],array('org_name'=>'org_name','email'=>'email'));
                        $drawing['vendor_name']                 = 
$vendor[0]['org_name'];
                        $drawing['vendor_email']                = 
$vendor[0]['email'];
@@ -322,7 +322,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]