phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] infolog/inc hook_admin.inc.php


From: Dave Hall
Subject: [Phpgroupware-cvs] infolog/inc hook_admin.inc.php
Date: Tue, 29 Aug 2006 15:30:14 +0000

CVSROOT:        /cvsroot/phpgroupware
Module name:    infolog
Changes by:     Dave Hall <skwashd>     06/08/29 15:30:14

Modified files:
        inc            : hook_admin.inc.php 

Log message:
        E_NOTICEs

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/infolog/inc/hook_admin.inc.php?cvsroot=phpgroupware&r1=1.11&r2=1.12

Patches:
Index: hook_admin.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/inc/hook_admin.inc.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- hook_admin.inc.php  5 Jan 2005 22:07:58 -0000       1.11
+++ hook_admin.inc.php  29 Aug 2006 15:30:14 -0000      1.12
@@ -14,7 +14,7 @@
  * the Free Software Foundation; either version 2 of the License, or   *
  * at your option) any later version.                                  *
  \**********************************************************************/
- /* $Id: hook_admin.inc.php,v 1.11 2005/01/05 22:07:58 ceb Exp $ */
+ /* $Id: hook_admin.inc.php,v 1.12 2006/08/29 15:30:14 skwashd Exp $ */
 
        {
                $file = Array
@@ -31,7 +31,7 @@
                );
 
 //Do not modify below this line
-               if 
($GLOBALS['phpgw']->common->public_functions['display_mainscreen'])
+               if ( 
isset($GLOBALS['phpgw']->common->public_functions['display_mainscreen']) )
                {
                        
$GLOBALS['phpgw']->common->display_mainscreen($appname,$file);
                }




reply via email to

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