phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/class.uiXport.php, 1.1.1.10


From: nomail
Subject: [Phpgroupware-cvs] property/class.uiXport.php, 1.1.1.10
Date: Sun, 23 May 2004 05:36:25 -0000

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

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

Log Message:
no message
=====================================================================
Index: property/class.uiXport.php
diff -u property/class.uiXport.php:1.1.1.9 property/class.uiXport.php:1.1.1.10
--- property/class.uiXport.php:1.1.1.9  Fri Apr 30 09:52:25 2004
+++ property/class.uiXport.php  Fri Apr 30 17:35:58 2004
@@ -160,7 +160,7 @@
                                if (!is_array($receipt['error']))
                                {
 
-                                       $dateformat = 
strtolower($GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat']);
+                                       $dateformat = 
strtolower($GLOBALS['phpgw_data']['user']['preferences']['common']['dateformat']);
                                        $dateformat = 
str_replace(".","",$dateformat);
                                        $dateformat = 
str_replace("-","",$dateformat);
                                        $dateformat = 
str_replace("/","",$dateformat);
@@ -253,7 +253,7 @@
                                'sub'                   => $sub
                        );
 
-                       $dateformat = 
strtolower($GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat']);
+                       $dateformat = 
strtolower($GLOBALS['phpgw_data']['user']['preferences']['common']['dateformat']);
                        $sep = '/';
                        $dlarr[strpos($dateformat,'y')] = 'yyyy';
                        $dlarr[strpos($dateformat,'m')] = 'MM';
@@ -523,7 +523,7 @@
                        }
                        else
                        {
-                               $date = 
$this->bocommon->show_date(mktime(0,0,0,date("m"),date("d"),date("Y")),$GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat']);
+                               $date = 
$this->bocommon->show_date(mktime(0,0,0,date("m"),date("d"),date("Y")),$GLOBALS['phpgw_data']['user']['preferences']['common']['dateformat']);
                        }
 //html_print_r($receipt);
 
@@ -603,12 +603,12 @@
                        }
                        else
                        {
-                               $date = 
$this->bocommon->show_date(mktime(0,0,0,date("m"),date("d"),date("Y")),$GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat']);
+                               $date = 
$this->bocommon->show_date(mktime(0,0,0,date("m"),date("d"),date("Y")),$GLOBALS['phpgw_data']['user']['preferences']['common']['dateformat']);
                        }
 
                        $link_data = array('sid=cookie&op'              => 
$this->currentapp.'.uiXport.rollback');
 
-                       $dateformat = 
strtolower($GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat']);
+                       $dateformat = 
strtolower($GLOBALS['phpgw_data']['user']['preferences']['common']['dateformat']);
                        $sep = '/';
                        $dlarr[strpos($dateformat,'y')] = 'yyyy';
                        $dlarr[strpos($dateformat,'m')] = 'MM';




reply via email to

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