Changeset 17315


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

multi size works now with special chars (tested with space ()[]!,=)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/i.php

    r17230 r17315  
    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.