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.inc.php, 1.104.4.14,


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.sessions.inc.php, 1.104.4.14, 1.104.4.15
Date: Tue, 22 Jul 2003 04:48:17 -0400

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

Modified Files:
      Tag: Version-0_9_16-branch
        class.sessions.inc.php 
Log Message:
dont use htmlentities on urlencode


Index: class.sessions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.sessions.inc.php,v
retrieving revision 1.104.4.14
retrieving revision 1.104.4.15
diff -C2 -r1.104.4.14 -r1.104.4.15
*** class.sessions.inc.php      17 Jul 2003 22:23:50 -0000      1.104.4.14
--- class.sessions.inc.php      22 Jul 2003 08:48:15 -0000      1.104.4.15
***************
*** 1192,1196 ****
                                                $new_extravars .= '&';
                                        }
!                                       $new_extravars .= 
$key.'='.htmlentities(urlencode($value));
                                }
                                return $url .= '?' . $new_extravars;
--- 1192,1196 ----
                                                $new_extravars .= '&';
                                        }
!                                       $new_extravars .= 
$key.'='.urlencode($value);
                                }
                                return $url .= '?' . $new_extravars;





reply via email to

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