CVSROOT:        /sources/phpgroupware
Module name:    calendar
Changes by:     Sigurd Nes <sigurdne>   06/09/06 06:27:02

Modified files:
        inc            : hook_home.inc.php 

Log message:
        E_NOTICES

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/calendar/inc/hook_home.inc.php?cvsroot=phpgroupware&r1=1.42&r2=1.43

Patches:
Index: hook_home.inc.php
===================================================================
RCS file: /sources/phpgroupware/calendar/inc/hook_home.inc.php,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -b -r1.42 -r1.43
--- hook_home.inc.php   15 May 2005 06:57:37 -0000      1.42
+++ hook_home.inc.php   6 Sep 2006 06:27:02 -0000       1.43
@@ -12,7 +12,7 @@
   *  option) any later version.                                              *
   \**************************************************************************/
 
-  /* $Id: hook_home.inc.php,v 1.42 2005/05/15 06:57:37 skwashd Exp $ */
+  /* $Id: hook_home.inc.php,v 1.43 2006/09/06 06:27:02 sigurdne Exp $ */
 
        $d1 = strtolower(substr(PHPGW_APP_INC,0,3));
        if($d1 == 'htt' || $d1 == 'ftp' )
@@ -22,7 +22,7 @@
        }
        unset($d1);
 
-       if 
($GLOBALS['phpgw_info']['user']['preferences']['calendar']['mainscreen_showevents'])
+       if 
(isset($GLOBALS['phpgw_info']['user']['preferences']['calendar']['mainscreen_showevents']))
        {
                $GLOBALS['phpgw']->translation->add_app('calendar');
                if(!is_object($GLOBALS['phpgw']->datetime))


_______________________________________________
Phpgroupware-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs

Reply via email to