phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgroupware index.php,1.110,1.110.2.1


From: Joseph Engo <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgroupware index.php,1.110,1.110.2.1
Date: Tue, 05 Mar 2002 17:28:58 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        index.php 
Log Message:
If you don't want the footer called, it shouldn't be called automagicly


Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgroupware/index.php,v
retrieving revision 1.110
retrieving revision 1.110.2.1
diff -C2 -r1.110 -r1.110.2.1
*** index.php   5 Dec 2001 16:00:39 -0000       1.110
--- index.php   5 Mar 2002 22:28:55 -0000       1.110.2.1
***************
*** 108,111 ****
        }
  
!       $GLOBALS['phpgw']->common->phpgw_footer();
! ?>
--- 108,114 ----
        }
  
!       if (! $GLOBALS['phpgw_info']['nofooter'])
!       {
!               $GLOBALS['phpgw']->common->phpgw_footer();
!       }
! ?>
\ No newline at end of file




reply via email to

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