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.20,1.21


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc footer.inc.php,1.20,1.21
Date: Sat, 22 Mar 2003 04:04:39 -0500

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

Modified Files:
        footer.inc.php 
Log Message:
dave's parse_navbar_end-fix (no more complaining it's not defined)


Index: footer.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/footer.inc.php,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** footer.inc.php      24 May 2002 10:38:02 -0000      1.20
--- footer.inc.php      22 Mar 2003 09:04:37 -0000      1.21
***************
*** 35,39 ****
        * Include the apps footer files if it exists                            
   *
        
\**************************************************************************/
!       $GLOBALS['phpgw']->common->phpgw_footer();
  ?>
  </BODY>
--- 35,42 ----
        * Include the apps footer files if it exists                            
   *
        
\**************************************************************************/
!       if (is_object($GLOBALS['phpgw']->common))
!       {
!               $GLOBALS['phpgw']->common->phpgw_footer();
!       }
  ?>
  </BODY>





reply via email to

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