Ignore:
Timestamp:
05/10/09 18:06:27 (15 years ago)
Author:
nanardon
Message:
  • provide id functions to objects
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts/lib/LATMOS/Accounts/Bases/Ad/objects.pm

    r74 r81  
    8585    return if(@others); # we cannot have multiple entries... 
    8686    return if (!$entry); 
    87     bless({ entry => $entry, _base => $base }, $class); 
     87    bless({ entry => $entry, _base => $base, _id => $uid }, $class); 
    8888} 
    8989 
Note: See TracChangeset for help on using the changeset viewer.