Show
Ignore:
Timestamp:
02/20/06 23:26:45 (18 years ago)
Author:
jerome
Message:

Added missing description handling stuff

Files:
1 modified

Legend:

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

    r2718 r2721  
    477477                    user.Email = record.get("email")  
    478478                    user.OverCharge = record.get("overcharge") 
     479                    user.Description = self.databaseToUserCharset(record.get("description")) 
    479480                    user.Exists = 1 
    480481                    userpquota = StorageUserPQuota(self, user, printer)