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


From: nomail
Subject: [Phpgroupware-cvs] property/class.botemplate.php, 1.1.1.5
Date: Fri, 21 May 2004 19:13:48 -0000

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

date: 2004/04/24 21:36:27;  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.4 
property/class.botemplate.php:1.1.1.5
--- property/class.botemplate.php:1.1.1.4       Sat Apr 24 19:39:54 2004
+++ property/class.botemplate.php       Sat Apr 24 21:36:27 2004
@@ -122,7 +122,7 @@
                        for ($i=0; $i<count($template); $i++)
                        {
                                $template[$i]['owner'] = 
$GLOBALS['phpgw']->accounts->id2name($template[$i]['owner']);
-                               $template[$i]['entry_date']             = 
$GLOBALS['phpgw']->common->show_date($template[$i]['entry_date'],$dateformat);
+                               $template[$i]['entry_date']             = 
$this->bocommon->show_date($template[$i]['entry_date'],$dateformat);
                        }
 
                        return $template;
@@ -139,7 +139,7 @@
                        for ($i=0; $i<count($template); $i++)
                        {
                                $template[$i]['owner'] = 
$GLOBALS['phpgw']->accounts->id2name($template[$i]['owner']);
-                               $template[$i]['entry_date']             = 
$GLOBALS['phpgw']->common->show_date($template[$i]['entry_date'],$dateformat);
+                               $template[$i]['entry_date']             = 
$this->bocommon->show_date($template[$i]['entry_date'],$dateformat);
                        }
 
                        return $template;




reply via email to

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