Changeset 4526

Show
Ignore:
Timestamp:
06/19/08 22:18:07 (13 months ago)
Author:
jwage
Message:

Fixing inconsistancy from code example.

Files:
1 modified

Legend:

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

    r4502 r4526  
    380380    name: string(30) 
    381381  relations: 
    382     Groups: 
    383       class: Group 
     382    Group: 
    384383      refClass: GroupUser 
    385384      local: user_id 
    386385      foreign: group_id 
    387       foreignAlias: Users 
    388386 
    389387Group: