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.13,1.14


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.sessions_db.inc.php,1.13,1.14 class.sessions_php4.inc.php,1.16,1.17
Date: Wed, 25 Sep 2002 23:07:52 -0400

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

Modified Files:
        class.sessions_db.inc.php class.sessions_php4.inc.php 
Log Message:
Last fix for the domain cookie.

Index: class.sessions_db.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.sessions_db.inc.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** class.sessions_db.inc.php   24 Sep 2002 05:23:30 -0000      1.13
--- class.sessions_db.inc.php   26 Sep 2002 03:07:50 -0000      1.14
***************
*** 1,1032 ****
! <?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                                          
* 
!   * ------------------------------------------------------------------------ *
[...2046 lines suppressed...]
!                                       if (!empty($new_extravars))
!                                       {
!                                               $new_extravars .= '&';
!                                       }
!                                       $new_extravars .= 
$key.'='.htmlentities(urlencode($value));
!                               }
!                               /* This needs to be explictly reset to a string 
variable type for PHP3 */
! /*
!                               settype($extravars,'string');
!                               $extravars = $new_extravars;
!                               unset($new_extravars);
!                               return $url .= '?' . $extravars;
! */
!                               return $url .= '?' . $new_extravars;
!                       }
!                       /* if no extravars then we return the cleaned up 
url/scriptname */
!                       return $url;
!               }
!       }
! ?>

Index: class.sessions_php4.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.sessions_php4.inc.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** class.sessions_php4.inc.php 24 Sep 2002 05:19:18 -0000      1.16
--- class.sessions_php4.inc.php 26 Sep 2002 03:07:50 -0000      1.17
***************
*** 1,987 ****
! <?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                                          
* 
!   * ------------------------------------------------------------------------ *
[...1957 lines suppressed...]
!                       {
!                               reset($extravars);
!                               while(list($key,$value) = each($extravars))
!                               {
!                                       if (!empty($new_extravars))
!                                       {
!                                               $new_extravars .= '&';
!                                       }
!                                       $new_extravars .= 
$key.'='.htmlentities(urlencode($value));
!                               }
!                               /* This needs to be explictly reset to a string 
variable type for PHP3 */
!                               settype($extravars,'string');
!                               $extravars = $new_extravars;
!                               unset($new_extravars);
!                               return $url .= '?' . $extravars;
!                       }
!                       /* if no extravars then we return the cleaned up 
url/scriptname */
!                       return $url;
!               }
!       }





reply via email to

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