Show
Ignore:
Timestamp:
06/21/06 04:16:01 (6 years ago)
Author:
john
Message:

fixed AR associations and find_by_* magic functions added find_or_create_by_* fixed url_helper url_for other AR bug fixes

Files:
1 modified

Legend:

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

    r207 r223  
    280280            } 
    281281             
    282             #if(count($options)) { 
    283             #    foreach($options as $key => $value) { 
    284             #        if(!strstr($key, ":")) { 
    285             #            $extra_params[$key] = $value;  
    286             #        }        
    287             #    }     
    288             #} 
     282            if(count($options)) { 
     283                foreach($options as $key => $value) { 
     284                    if(!strstr($key, ":")) { 
     285                        $extra_params[$key] = $value;  
     286                    }        
     287                }     
     288            } 
    289289        } 
    290290