Show
Ignore:
Timestamp:
06/25/2008 03:04:09 AM (5 months ago)
Author:
armen
Message:

Removed extra called in foreaches.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/URI.php

    r2310 r2899  
    151151 
    152152                $associative = array(); 
    153                 foreach (array_chunk($array, 2) as $pair) 
     153                $pairs       = array_chunk($array, 2); 
     154 
     155                foreach ($pairs as $pair) 
    154156                { 
    155157                        // Add the key/value pair to the associative array