Changeset 283 for trunk/trax/vendor

Show
Ignore:
Timestamp:
02/17/07 01:54:28 (5 years ago)
Author:
john
Message:

fixed other_table_name in find_all_habtm

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/trax/vendor/trax/active_record.php

    r281 r283  
    679679        if(!is_null($other_object_name)) { 
    680680            $other_class_name = Inflector::camelize($other_object_name);     
     681            $other_table_name = Inflector::tableize($other_object_name);     
    681682        } else { 
    682683            $other_class_name = Inflector::classify($other_table_name);