phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc footer.inc.php,1.18,1.19


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc footer.inc.php,1.18,1.19
Date: Tue, 30 Apr 2002 07:42:10 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv8516

Modified Files:
        footer.inc.php 
Log Message:
remove extra )

Index: footer.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/footer.inc.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** footer.inc.php      30 Apr 2002 03:35:52 -0000      1.18
--- footer.inc.php      30 Apr 2002 11:42:08 -0000      1.19
***************
*** 35,39 ****
        * Include the apps footer files if it exists                            
   *
        
\**************************************************************************/
!       if((file_exists (PHPGW_APP_INC . '/footer.inc.php') || MENUACTION)) &&
                $GLOBALS['phpgw_info']['flags']['currentapp'] != 'home' &&
                $GLOBALS['phpgw_info']['flags']['currentapp'] != 'login' &&
--- 35,39 ----
        * Include the apps footer files if it exists                            
   *
        
\**************************************************************************/
!       if((file_exists(PHPGW_APP_INC . '/footer.inc.php') || MENUACTION) &&
                $GLOBALS['phpgw_info']['flags']['currentapp'] != 'home' &&
                $GLOBALS['phpgw_info']['flags']['currentapp'] != 'login' &&




reply via email to

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