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.14,1.15


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.sessions_db.inc.php,1.14,1.15
Date: Mon, 14 Oct 2002 10:29:08 -0400

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

Modified Files:
        class.sessions_db.inc.php 
Log Message:
The file had the old DOS ^M's.

Index: class.sessions_db.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.sessions_db.inc.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** class.sessions_db.inc.php   26 Sep 2002 03:07:50 -0000      1.14
--- class.sessions_db.inc.php   14 Oct 2002 14:29:06 -0000      1.15
***************
*** 1,1043 ****
! <?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                                          
* 
!   * ------------------------------------------------------------------------ *
[...2057 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;
!               }
!       }
! ?>





reply via email to

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