Changeset 2752
- Timestamp:
- 02/23/06 15:25:54 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/storages/ldapstorage.py
r2751 r2752 796 796 group.LifeTimePaid += member.LifeTimePaid 797 797 group.Exists = 1 798 groups.append(group) 799 self.cacheEntry("GROUPS", group.Name, group) 798 800 return groups 799 801