Show
Ignore:
Timestamp:
07/07/03 13:55:50 (21 years ago)
Author:
jalet
Message:

Small fix

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/edpykota

    r1064 r1069  
    2323# 
    2424# $Log$ 
     25# Revision 1.51  2003/07/07 11:55:50  jalet 
     26# Small fix 
     27# 
    2528# Revision 1.50  2003/07/05 12:33:53  jalet 
    2629# More on previous fix. 
     
    499502                                    changed[entry.Name]["balance"] = balance 
    500503                            for groupname in groupnames :         
    501                                 if groupname not in changed[name]["ingroups"] : 
     504                                if groupname not in changed[entry.Name]["ingroups"] : 
    502505                                    group = self.storage.getGroup(groupname) 
    503506                                    if group.Exists :