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.11


From: nomail
Subject: [Phpgroupware-cvs] property/class.uiinvestment.php, 1.1.1.11
Date: Sun, 23 May 2004 16:45:14 -0000

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

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

Log Message:
no message
=====================================================================
Index: property/class.uiinvestment.php
diff -u property/class.uiinvestment.php:1.1.1.10 
property/class.uiinvestment.php:1.1.1.11
--- property/class.uiinvestment.php:1.1.1.10    Thu Apr 29 19:56:35 2004
+++ property/class.uiinvestment.php     Fri Apr 30 17:35:57 2004
@@ -125,7 +125,7 @@
 
 //html_print_r($values);
 
-                       $dateformat = 
strtolower($GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat']);
+                       $dateformat = 
strtolower($GLOBALS['phpgw_data']['user']['preferences']['common']['dateformat']);
                        $sep = '/';
                        $dlarr[strpos($dateformat,'y')]                 = 'Y';
                        $dlarr[strpos($dateformat,'m')]                 = 'm';
@@ -222,7 +222,7 @@
 
                        if(!$this->allrows)
                        {
-                               $record_limit   = 15; 
//$GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs'];
+                               $record_limit   = 15; 
//$GLOBALS['phpgw_data']['user']['preferences']['common']['maxmatchs'];
                        }
                        else
                        {
@@ -339,7 +339,7 @@
 //html_print_r($investment_list);
 
 
-                       $dateformat = 
strtolower($GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat']);
+                       $dateformat = 
strtolower($GLOBALS['phpgw_data']['user']['preferences']['common']['dateformat']);
                        $sep = '/';
                        $dlarr[strpos($dateformat,'y')]                 = 'Y';
                        $dlarr[strpos($dateformat,'m')]                 = 'm';
@@ -424,7 +424,7 @@
 
                        if(!$this->allrows)
                        {
-                               $record_limit   = 15; 
//$GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs'];
+                               $record_limit   = 15; 
//$GLOBALS['phpgw_data']['user']['preferences']['common']['maxmatchs'];
                        }
                        else
                        {




reply via email to

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