phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: email/inc class.uijsaddressbook.inc.php,1.1,1.2


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: email/inc class.uijsaddressbook.inc.php,1.1,1.2
Date: Fri, 15 Nov 2002 05:09:42 -0500

Update of /cvsroot/phpgroupware/email/inc
In directory subversions:/tmp/cvs-serv7588

Modified Files:
        class.uijsaddressbook.inc.php 
Log Message:
fix for the set_root bug .. thanks MAS for the testing of the patch :)

Index: class.uijsaddressbook.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/email/inc/class.uijsaddressbook.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** class.uijsaddressbook.inc.php       25 Oct 2002 12:56:57 -0000      1.1
--- class.uijsaddressbook.inc.php       15 Nov 2002 10:09:39 -0000      1.2
***************
*** 224,228 ****
                        $this->template=CreateObject('phpgwapi.Template');
                        //We set its root (we need to be called from other apps 
as well)
!                       
$this->template->set_root(PHPGW_SERVER_ROOT."/email/templates/".$GLOBALS['phpgw_info']['user']['preferences']['common']['template_set']);
                        $this->template->set_file(array(
                                                'mainframe_t' => 
'addressbook-js-frameset.tpl'
--- 224,228 ----
                        $this->template=CreateObject('phpgwapi.Template');
                        //We set its root (we need to be called from other apps 
as well)
!                       
$this->template->set_root($GLOBALS['phpgw']->common->get_tpl_dir('email'));
                        $this->template->set_file(array(
                                                'mainframe_t' => 
'addressbook-js-frameset.tpl'





reply via email to

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