phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/class.boproject.php, 1.1.1.8


From: nomail
Subject: [Phpgroupware-cvs] property/class.boproject.php, 1.1.1.8
Date: Sun, 23 May 2004 14:38:32 -0000

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

date: 2004/04/30 17:35:56;  author: sigurdne;  state: Exp;  lines: +3 -3

Log Message:
no message
=====================================================================
Index: property/class.boproject.php
diff -u property/class.boproject.php:1.1.1.7 
property/class.boproject.php:1.1.1.8
--- property/class.boproject.php:1.1.1.7        Fri Apr 30 09:52:25 2004
+++ property/class.boproject.php        Fri Apr 30 17:35:56 2004
@@ -302,7 +302,7 @@
                                                                                
        'start_date'=>$start_date,'end_date'=>$end_date,'allrows'=>$allrows));
                        $this->total_records = $this->so->total_records;
 
-                       $dateformat = 
$GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat'];
+                       $dateformat = 
$GLOBALS['phpgw_data']['user']['preferences']['common']['dateformat'];
 
                        $this->uicols   = $this->so->uicols;
                        $this->uicols['input_type'][]   = 'link';
@@ -340,7 +340,7 @@
                        $tax = 1+($config->config_data['fm_tax'])/100;
 
                        $project                                                
= $this->so->read_single($project_id);
-                       $dateformat                                             
= $GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat'];
+                       $dateformat                                             
= $GLOBALS['phpgw_data']['user']['preferences']['common']['dateformat'];
                        $project['start_date']                  = 
$this->bocommon->show_date($project['start_date'],$dateformat);
                        $project['end_date']                    = 
$this->bocommon->show_date($project['end_date'],$dateformat);
                        $workorder_data                         = 
$this->so->project_workorder_data($project_id);
@@ -403,7 +403,7 @@
                function read_single_mini($project_id)
                {
                        $project                                                
= $this->so->read_single($project_id);
-                       $dateformat                                             
= $GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat'];
+                       $dateformat                                             
= $GLOBALS['phpgw_data']['user']['preferences']['common']['dateformat'];
                        $project['start_date']                  = 
$this->bocommon->show_date($project['start_date'],$dateformat);
                        $project['end_date']                    = 
$this->bocommon->show_date($project['end_date'],$dateformat);
 




reply via email to

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