phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgroupware index.php


From: Dave Hall
Subject: [Phpgroupware-cvs] phpgroupware index.php
Date: Sun, 06 Aug 2006 01:48:02 +0000

CVSROOT:        /sources/phpgroupware
Module name:    phpgroupware
Changes by:     Dave Hall <skwashd>     06/08/06 01:48:02

Modified files:
        .              : index.php 

Log message:
        fix stupid things, including E_NOTICES, cleanup code, missing bit and 
peices and make it all a bit nicer

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/index.php?cvsroot=phpgroupware&r1=1.124&r2=1.125

Patches:
Index: index.php
===================================================================
RCS file: /sources/phpgroupware/phpgroupware/index.php,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -b -r1.124 -r1.125
--- index.php   19 Jun 2006 15:31:39 -0000      1.124
+++ index.php   6 Aug 2006 01:48:02 -0000       1.125
@@ -6,7 +6,7 @@
        * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package phpgroupware
-       * @version $Id: index.php,v 1.124 2006/06/19 15:31:39 sigurdne Exp $
+       * @version $Id: index.php,v 1.125 2006/08/06 01:48:02 skwashd Exp $
        */
 
        $phpgw_info = array();
@@ -113,7 +113,7 @@
                */
        }
 
-       if (! $GLOBALS['phpgw_info']['nofooter'])
+       if (!isset($GLOBALS['phpgw_info']['nofooter']) || 
!$GLOBALS['phpgw_info']['nofooter'] )
        {
                $GLOBALS['phpgw']->common->phpgw_footer();
        }




reply via email to

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