Changeset 17316 for branches/2.4/i.php


Ignore:
Timestamp:
Aug 2, 2012, 6:47:58 PM (12 years ago)
Author:
rvelices
Message:

merge -r17315 from trunk to 2.4 multi size works now with special chars (tested with space ()[]!,=)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/i.php

    r17231 r17316  
    191191      $req = substr($req, 0, $pos);
    192192    }
     193    $req = rawurldecode($req);
    193194    /*foreach (array_keys($_GET) as $keynum => $key)
    194195    {
Note: See TracChangeset for help on using the changeset viewer.