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_php4.inc.php,1.17,1.


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.sessions_php4.inc.php,1.17,1.18
Date: Thu, 20 Mar 2003 19:17:18 -0500

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

Modified Files:
        class.sessions_php4.inc.php 
Log Message:
removed dos carage-returns to be able to merge


Index: class.sessions_php4.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.sessions_php4.inc.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** class.sessions_php4.inc.php 26 Sep 2002 03:07:50 -0000      1.17
--- class.sessions_php4.inc.php 21 Mar 2003 00:17:15 -0000      1.18
***************
*** 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...]
!                       {
!                               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]