phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] addressbook/inc class.uiaddressbook.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] addressbook/inc class.uiaddressbook.inc.php
Date: Tue, 17 Oct 2006 10:42:27 +0000

CVSROOT:        /sources/phpgroupware
Module name:    addressbook
Changes by:     Sigurd Nes <sigurdne>   06/10/17 10:42:27

Modified files:
        inc            : class.uiaddressbook.inc.php 

Log message:
        Had to move set_root one line down

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/addressbook/inc/class.uiaddressbook.inc.php?cvsroot=phpgroupware&r1=1.73&r2=1.74

Patches:
Index: class.uiaddressbook.inc.php
===================================================================
RCS file: /sources/phpgroupware/addressbook/inc/class.uiaddressbook.inc.php,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -b -r1.73 -r1.74
--- class.uiaddressbook.inc.php 17 Oct 2006 09:29:50 -0000      1.73
+++ class.uiaddressbook.inc.php 17 Oct 2006 10:42:27 -0000      1.74
@@ -12,7 +12,7 @@
  *  option) any later version.                                              *
  \**************************************************************************/
 
-/* $Id: class.uiaddressbook.inc.php,v 1.73 2006/10/17 09:29:50 skwashd Exp $ */
+/* $Id: class.uiaddressbook.inc.php,v 1.74 2006/10/17 10:42:27 sigurdne Exp $ 
*/
 
 
 class uiaddressbook
@@ -1041,8 +1041,8 @@
        {
                $this->jscal = CreateObject('phpgwapi.jscalendar');     // 
before phpgw_header()
 
-               $this->template->set_root(PHPGW_APP_TPL);
                $GLOBALS['phpgw']->common->phpgw_header(true);
+               $this->template->set_root(PHPGW_APP_TPL);
 
                //print 'fields:<br />';
                $js_submit = '';




reply via email to

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