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


From: nomail
Subject: [Phpgroupware-cvs] property/class.botemplate.php, 1.1.1.6
Date: Fri, 21 May 2004 20:56:18 -0000

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

date: 2004/04/26 12:21:22;  author: sigurdne;  state: Exp;  lines: +1 -1

Log Message:
no message
=====================================================================
Index: property/class.botemplate.php
diff -u property/class.botemplate.php:1.1.1.5 
property/class.botemplate.php:1.1.1.6
--- property/class.botemplate.php:1.1.1.5       Sat Apr 24 21:36:27 2004
+++ property/class.botemplate.php       Mon Apr 26 12:21:22 2004
@@ -38,6 +38,7 @@
                        $this->currentapp       = 'property'; 
//$GLOBALS['phpgw_data']['flags']['req_app'];
                        $this->so               = 
CreateObject($this->currentapp.'_sotemplate');
                        $this->fm_session       = 
CreateObject($this->currentapp.'_session');
+                       $this->bocommon         = 
CreateObject($this->currentapp.'_bocommon');
 
                        if ($session)
                        {
@@ -138,7 +139,6 @@
 
                        for ($i=0; $i<count($template); $i++)
                        {
-                               $template[$i]['owner'] = 
$GLOBALS['phpgw']->accounts->id2name($template[$i]['owner']);
                                $template[$i]['entry_date']             = 
$this->bocommon->show_date($template[$i]['entry_date'],$dateformat);
                        }
 




reply via email to

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