phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.sessions_db.inc.php,1.2.2.8,1


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.sessions_db.inc.php,1.2.2.8,1.2.2.9 class.sessions_php4.inc.php,1.6.2.7,1.6.2.8
Date: Mon, 14 Oct 2002 09:30:29 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv5529

Modified Files:
      Tag: Version-0_9_14-branch
        class.sessions_db.inc.php class.sessions_php4.inc.php 
Log Message:
Change all time references to use GMT.

Index: class.sessions_db.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.sessions_db.inc.php,v
retrieving revision 1.2.2.8
retrieving revision 1.2.2.9
diff -C2 -r1.2.2.8 -r1.2.2.9
*** class.sessions_db.inc.php   26 Sep 2002 03:08:13 -0000      1.2.2.8
--- class.sessions_db.inc.php   14 Oct 2002 13:30:27 -0000      1.2.2.9
***************
*** 1,1036 ****
! <?php
!   /**************************************************************************\
!   * phpGroupWare API - Session management                                    *
!   * This file written by Dan Kuykendall <address@hidden>            *
!   * and Joseph Engo <address@hidden>                                 *
!   * Copyright (C) 2000, 2001 Dan Kuykendall                                  *
!   * -------------------------------------------------------------------------*
!   * This library is part of the phpGroupWare API                             *
!   * http://www.phpgroupware.org/api                                          
* 
!   * ------------------------------------------------------------------------ *
[...2044 lines suppressed...]
!                       {
!                               $app = 
$GLOBALS['phpgw_info']['flags']['currentapp'];
!                               if ($slash_check == '/')
!                               {
!                                       $url = 
$GLOBALS['phpgw_info']['server']['webserver_url'] . $url;
!                               }
!                               elseif ($app == 'home' || $app == 'logout' || 
$app == 'login')
!                               {
!                                       $url = 
$GLOBALS['phpgw_info']['server']['webserver_url'].'/'.$url; 
!                               }
!                               else
!                               {
!                                       $url = 
$GLOBALS['phpgw_info']['server']['webserver_url'].'/'.$app.'/'.$url; 
!                               }
!                       } */
!                       //echo "$url\n";
!                       return $url;
!               }
!       }
! ?>

Index: class.sessions_php4.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.sessions_php4.inc.php,v
retrieving revision 1.6.2.7
retrieving revision 1.6.2.8
diff -C2 -r1.6.2.7 -r1.6.2.8
*** class.sessions_php4.inc.php 26 Sep 2002 03:08:13 -0000      1.6.2.7
--- class.sessions_php4.inc.php 14 Oct 2002 13:30:27 -0000      1.6.2.8
***************
*** 1,999 ****
! <?php
!   /**************************************************************************\
!   * phpGroupWare API - Session management                                    *
!   * This file written by Dan Kuykendall <address@hidden>            *
!   * and Joseph Engo <address@hidden>                                 *
!   * Copyright (C) 2000, 2001 Dan Kuykendall                                  *
!   * -------------------------------------------------------------------------*
!   * This library is part of the phpGroupWare API                             *
!   * http://www.phpgroupware.org/api                                          
* 
!   * ------------------------------------------------------------------------ *
[...1969 lines suppressed...]
!                       if (substr($url ,0,$webserver_url_count) != 
$GLOBALS['phpgw_info']['server']['webserver_url'])
!                       {
!                               $app = 
$GLOBALS['phpgw_info']['flags']['currentapp'];
!                               if ($slash_check == '/')
!                               {
!                                       $url = 
$GLOBALS['phpgw_info']['server']['webserver_url'] . $url;
!                               }
!                               elseif ($app == 'home' || $app == 'logout' || 
$app == 'login')
!                               {
!                                       $url = 
$GLOBALS['phpgw_info']['server']['webserver_url'].'/'.$url; 
!                               }
!                               else
!                               {
!                                       $url = 
$GLOBALS['phpgw_info']['server']['webserver_url'].'/'.$app.'/'.$url; 
!                               }
!                       } */
!                       //echo "$url\n";
!                       return $url;
!               }
!       }





reply via email to

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