Changeset 3926

Show
Ignore:
Timestamp:
03/04/08 20:06:50 (16 months ago)
Author:
gnat
Message:

index name typo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.10/manual/docs/en/relations.txt

    r3861 r3926  
    684684    public function setUp() 
    685685    { 
    686         $this->index('product_id', array('fields' => 'user_id')); 
     686        $this->index('user_id_idx', array('fields' => 'user_id')); 
    687687 
    688688        $this->hasOne('User', array('local' => 'user_id',