phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: addressbook index.php,1.118,1.119


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: addressbook index.php,1.118,1.119
Date: Sat, 24 Aug 2002 14:04:29 -0400

Update of /cvsroot/phpgroupware/addressbook
In directory subversions:/tmp/cvs-serv32199

Modified Files:
        index.php 
Log Message:
Starting update to new template class - header redirects still an issue



Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/index.php,v
retrieving revision 1.118
retrieving revision 1.119
diff -C2 -r1.118 -r1.119
*** index.php   19 May 2002 19:08:51 -0000      1.118
--- index.php   24 Aug 2002 18:04:27 -0000      1.119
***************
*** 18,24 ****
  
        $GLOBALS['phpgw_info']['flags'] = array(
!               'currentapp' => 'addressbook',
!               'noheader'   => True,
!               'nonavbar'   => True
        );
        include('../header.inc.php');
--- 18,22 ----
  
        $GLOBALS['phpgw_info']['flags'] = array(
!               'currentapp' => 'addressbook'
        );
        include('../header.inc.php');
***************
*** 26,30 ****
        $obj = CreateObject('addressbook.uiaddressbook');
        $obj->index();
- 
        $GLOBALS['phpgw']->common->phpgw_footer();
  ?>
--- 24,27 ----





reply via email to

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