phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/class.uiinvestment.php, 1.1.1.12


From: nomail
Subject: [Phpgroupware-cvs] property/class.uiinvestment.php, 1.1.1.12
Date: Sun, 23 May 2004 16:53:10 -0000

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

date: 2004/05/02 12:47:38;  author: sigurdne;  state: Exp;  lines: +2 -2

Log Message:
no message
=====================================================================
Index: property/class.uiinvestment.php
diff -u property/class.uiinvestment.php:1.1.1.11 
property/class.uiinvestment.php:1.1.1.12
--- property/class.uiinvestment.php:1.1.1.11    Fri Apr 30 17:35:57 2004
+++ property/class.uiinvestment.php     Sun May  2 12:47:38 2004
@@ -125,7 +125,7 @@
 
 //html_print_r($values);
 
-                       $dateformat = 
strtolower($GLOBALS['phpgw_data']['user']['preferences']['common']['dateformat']);
+                       $dateformat = 
strtolower($GLOBALS['phpgw_data']['prefs'][$this->currentapp . '.dateformat']);
                        $sep = '/';
                        $dlarr[strpos($dateformat,'y')]                 = 'Y';
                        $dlarr[strpos($dateformat,'m')]                 = 'm';
@@ -339,7 +339,7 @@
 //html_print_r($investment_list);
 
 
-                       $dateformat = 
strtolower($GLOBALS['phpgw_data']['user']['preferences']['common']['dateformat']);
+                       $dateformat = 
strtolower($GLOBALS['phpgw_data']['prefs'][$this->currentapp . '.dateformat']);
                        $sep = '/';
                        $dlarr[strpos($dateformat,'y')]                 = 'Y';
                        $dlarr[strpos($dateformat,'m')]                 = 'm';




reply via email to

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