Show
Ignore:
Timestamp:
01/18/05 20:47:50 (19 years ago)
Author:
jalet
Message:

Big bug fix wrt the datelimit attribute

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/storages/ldapstorage.py

    r2000 r2030  
    2222# 
    2323# $Log$ 
     24# Revision 1.95  2005/01/18 19:47:50  jalet 
     25# Big bug fix wrt the datelimit attribute 
     26# 
    2427# Revision 1.94  2005/01/01 18:53:27  jalet 
    2528# Implemented in the LDAP backend code the same fix than in PostgreSQL backend 
     
    11671170                   "pykotaPageCounter" : str(newpagecounter), 
    11681171                   "pykotaLifePageCounter" : str(newlifepagecounter), 
     1172                   "pykotaDateLimit" : None, 
    11691173                 }   
    11701174        return self.doModify(userpquota.ident, fields)