Show
Ignore:
Timestamp:
07/07/03 10:33:19 (21 years ago)
Author:
jalet
Message:

Bug fix due to a typo in LDAP code

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/storage.py

    r1062 r1067  
    2121# 
    2222# $Log$ 
     23# Revision 1.18  2003/07/07 08:33:18  jalet 
     24# Bug fix due to a typo in LDAP code 
     25# 
    2326# Revision 1.17  2003/07/05 07:46:50  jalet 
    2427# The previous bug fix was incomplete. 
     
    112115        self.AccountBalance = None 
    113116        self.LifeTimePaid = None 
     117        self.Email = None 
    114118         
    115119    def consumeAccountBalance(self, amount) :