Show
Ignore:
Timestamp:
02/26/06 06:41:24 (6 years ago)
Author:
john
Message:

commented out a part of url_for

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/trax/vendor/trax/action_view/helpers/url_helper.php

    r148 r150  
    211211            } 
    212212             
    213             if(count($options)) { 
    214                 foreach($options as $key => $value) { 
    215                     if(!strstr($key, ":")) { 
    216                         $extra_params[$key] = $value;  
    217                     }        
    218                 }     
    219             } 
     213            #if(count($options)) { 
     214            #    foreach($options as $key => $value) { 
     215            #        if(!strstr($key, ":")) { 
     216            #            $extra_params[$key] = $value;  
     217            #        }        
     218            #    }     
     219            #} 
    220220        } 
    221221