Changes between Version 2 and Version 3 of Ticket #22209, comment 1

Timestamp:
10/17/12 04:26:56 (7 months ago)
Author:
scribu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22209, comment 1

    v2 v3  
    44 
    55{{{ 
    6 $req_uri_array = explode( '?', $req_uri ); 
     6$req_uri_array = explode('?', $req_uri); 
    77$req_uri = $req_uri_array[0]; 
    88}}} 
     
    1111 
    1212{{{ 
    13 list( $req_uri ) = explode('?', $req_uri); 
     13list( $req_uri ) = explode( '?', $req_uri ); 
    1414}}} 
    1515