phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpwebhosting/inc main.inc.php,1.16,1.17


From: Jason Wies <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpwebhosting/inc main.inc.php,1.16,1.17
Date: Mon, 26 Aug 2002 00:34:36 -0400

Update of /cvsroot/phpgroupware/phpwebhosting/inc
In directory subversions:/tmp/cvs-serv24187/phpwebhosting/inc

Modified Files:
        main.inc.php 
Log Message:
Don't URL encode in links, since phpgw->link() does that now

Index: main.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpwebhosting/inc/main.inc.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** main.inc.php        18 Jun 2002 06:33:44 -0000      1.16
--- main.inc.php        26 Aug 2002 04:34:34 -0000      1.17
***************
*** 187,191 ****
                while (list (,$match_array) = each ($matches))
                {
!                       $var_encoded = rawurlencode (base64_encode 
($match_array[1]));
                        $rstring = str_replace ($match_array[0], '=' . 
$var_encoded . $match_array[2], $rstring);
                }
--- 187,191 ----
                while (list (,$match_array) = each ($matches))
                {
!                       $var_encoded = base64_encode ($match_array[1]);
                        $rstring = str_replace ($match_array[0], '=' . 
$var_encoded . $match_array[2], $rstring);
                }





reply via email to

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