phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc footer.inc.php


From: Dave Hall
Subject: [Phpgroupware-cvs] phpgwapi/inc footer.inc.php
Date: Sat, 30 Sep 2006 11:47:13 +0000

CVSROOT:        /cvsroot/phpgwapi
Module name:    phpgwapi
Changes by:     Dave Hall <skwashd>     06/09/30 11:47:12

Modified files:
        inc            : footer.inc.php 

Log message:
        notice

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/inc/footer.inc.php?cvsroot=phpgwapi&r1=1.26&r2=1.27

Patches:
Index: footer.inc.php
===================================================================
RCS file: /cvsroot/phpgwapi/phpgwapi/inc/footer.inc.php,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- footer.inc.php      29 Aug 2006 04:19:28 -0000      1.26
+++ footer.inc.php      30 Sep 2006 11:47:12 -0000      1.27
@@ -7,7 +7,7 @@
        * @license http://www.fsf.org/licenses/lgpl.html GNU Lesser General 
Public License
        * @package phpgwapi
        * @subpackage utilities
-       * @version $Id: footer.inc.php,v 1.26 2006/08/29 04:19:28 skwashd Exp $
+       * @version $Id: footer.inc.php,v 1.27 2006/09/30 11:47:12 skwashd Exp $
        */
 
        
/**************************************************************************\
@@ -17,7 +17,8 @@
        if ( isset($GLOBALS['phpgw_info']['menuaction']) && 
$GLOBALS['phpgw_info']['menuaction'])
        {
                list($app,$class,$method) = 
explode('.',$GLOBALS['phpgw_info']['menuaction']);
-               if ( is_array($GLOBALS[$class]->public_functions) 
+               if ( isset($GLOBALS[$class]->public_functions)
+                       && is_array($GLOBALS[$class]->public_functions) 
                        && isset($GLOBALS[$class]->public_functions['footer'])
                        && $GLOBALS[$class]->public_functions['footer'] )
                {




reply via email to

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