phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] sitemgr/sitemgr-site/inc class.sitebo.inc.php [skwash


From: Dave Hall
Subject: [Phpgroupware-cvs] sitemgr/sitemgr-site/inc class.sitebo.inc.php [skwashd-16-compat]
Date: Sat, 20 Jan 2007 01:32:30 +0000

CVSROOT:        /cvsroot/phpgroupware
Module name:    sitemgr
Branch:         skwashd-16-compat
Changes by:     Dave Hall <skwashd>     07/01/20 01:32:30

Modified files:
        sitemgr-site/inc: class.sitebo.inc.php 

Log message:
        notice

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/sitemgr/sitemgr-site/inc/class.sitebo.inc.php?cvsroot=phpgroupware&only_with_tag=skwashd-16-compat&r1=1.1.2.3.4.8&r2=1.1.2.3.4.9

Patches:
Index: class.sitebo.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/sitemgr-site/inc/class.sitebo.inc.php,v
retrieving revision 1.1.2.3.4.8
retrieving revision 1.1.2.3.4.9
diff -u -b -r1.1.2.3.4.8 -r1.1.2.3.4.9
--- class.sitebo.inc.php        15 Jan 2007 00:45:19 -0000      1.1.2.3.4.8
+++ class.sitebo.inc.php        20 Jan 2007 01:32:30 -0000      1.1.2.3.4.9
@@ -8,7 +8,7 @@
        * Free Software Foundation; either version 2 of the License, or (at 
your  *
        * option) any later version.                                            
  *
        
\*************************************************************************/
-       /* $Id: class.sitebo.inc.php,v 1.1.2.3.4.8 2007/01/15 00:45:19 skwashd 
Exp $ */
+       /* $Id: class.sitebo.inc.php,v 1.1.2.3.4.9 2007/01/20 01:32:30 skwashd 
Exp $ */
 
        class sitebo
        {
@@ -494,7 +494,7 @@
                {
                        if ($this->isuser)
                        {
-                               $postmode = $_GET['administration']['mode'];
+                               $postmode = 
isset($_GET['administration']['mode']) ? $_GET['administration']['mode'] : 
false;
                                if ($postmode)
                                {
                                        
$GLOBALS['phpgw']->session->appsession('mode','sitemgr-site',$postmode);




reply via email to

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