phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgroupware index.php


From: Caeies
Subject: [Phpgroupware-cvs] phpgroupware index.php
Date: Sun, 03 Sep 2006 15:04:29 +0000

CVSROOT:        /cvsroot/phpgroupware
Module name:    phpgroupware
Changes by:     Caeies <Caeies> 06/09/03 15:04:29

Modified files:
        .              : index.php 

Log message:
        E_ALL fix

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

Patches:
Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgroupware/index.php,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -b -r1.129 -r1.130
--- index.php   29 Aug 2006 05:00:37 -0000      1.129
+++ index.php   3 Sep 2006 15:04:29 -0000       1.130
@@ -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.129 2006/08/29 05:00:37 skwashd Exp $
+       * @version $Id: index.php,v 1.130 2006/09/03 15:04:29 Caeies Exp $
        */
 
        $phpgw_info = array();
@@ -19,7 +19,7 @@
        /**
        * @global string $GLOBALS['sessionid']
        */
-       $GLOBALS['sessionid'] = $_REQUEST['sessionid'];
+       $GLOBALS['sessionid'] = isset($_REQUEST['sessionid'])? 
$_REQUEST['sessionid'] : '';
 
        $invalid_data = false;
        // This is the preliminary menuaction driver for the new multi-layered 
design




reply via email to

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