phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: nomail
Subject: [Phpgroupware-cvs] property/class.uitts.php, 1.1.1.10
Date: Sun, 23 May 2004 04:25:13 -0000

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

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

Log Message:
no message
=====================================================================
Index: property/class.uitts.php
diff -u property/class.uitts.php:1.1.1.9 property/class.uitts.php:1.1.1.10
--- property/class.uitts.php:1.1.1.9    Fri Apr 30 17:35:58 2004
+++ property/class.uitts.php    Sun May  2 12:47:39 2004
@@ -538,7 +538,7 @@
                                $this->cat_id = 
$GLOBALS['phpgw_data']['prefs'][$this->currentapp . '.tts_category'];
                        }
 
-                       $dateformat = 
strtolower($GLOBALS['phpgw_data']['user']['preferences']['common']['dateformat']);
+                       $dateformat = 
strtolower($GLOBALS['phpgw_data']['prefs'][$this->currentapp . '.dateformat']);
                        $sep = '/';
                        $dlarr[strpos($dateformat,'y')] = 'yyyy';
                        $dlarr[strpos($dateformat,'m')] = 'MM';
@@ -765,7 +765,7 @@
                        }
 
 //html_print_r($link_entity);
-                       $dateformat = 
strtolower($GLOBALS['phpgw_data']['user']['preferences']['common']['dateformat']);
+                       $dateformat = 
strtolower($GLOBALS['phpgw_data']['prefs'][$this->currentapp . '.dateformat']);
                        $sep = '/';
                        $dlarr[strpos($dateformat,'y')] = 'yyyy';
                        $dlarr[strpos($dateformat,'m')] = 'MM';




reply via email to

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