phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/class.botemplate.php, 1.1.1.9


From: nomail
Subject: [Phpgroupware-cvs] property/class.botemplate.php, 1.1.1.9
Date: Sun, 23 May 2004 07:37:36 -0000

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

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

Log Message:
no message
=====================================================================
Index: property/class.botemplate.php
diff -u property/class.botemplate.php:1.1.1.8 
property/class.botemplate.php:1.1.1.9
--- property/class.botemplate.php:1.1.1.8       Fri Apr 30 17:35:56 2004
+++ property/class.botemplate.php       Sun May  2 12:47:35 2004
@@ -118,7 +118,7 @@
                                                                                
        'chapter_id' => $this->chapter_id,'allrows'=>$this->allrows, 
'template_id'=>$template_id));
                        $this->total_records = $this->so->total_records;
 
-                       $dateformat                                     = 
$GLOBALS['phpgw_data']['user']['preferences']['common']['dateformat'];
+                       $dateformat                                     = 
$GLOBALS['phpgw_data']['prefs'][$this->currentapp . '.dateformat'];
 
                        for ($i=0; $i<count($template); $i++)
                        {
@@ -135,7 +135,7 @@
                                                                                
        'chapter_id' => $this->chapter_id,'allrows'=>$this->allrows, 
'template_id'=>$template_id));
                        $this->total_records = $this->so->total_records;
 
-                       $dateformat                                     = 
$GLOBALS['phpgw_data']['user']['preferences']['common']['dateformat'];
+                       $dateformat                                     = 
$GLOBALS['phpgw_data']['prefs'][$this->currentapp . '.dateformat'];
 
                        for ($i=0; $i<count($template); $i++)
                        {




reply via email to

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