Show
Ignore:
Timestamp:
06/06/03 16:21:08 (21 years ago)
Author:
jalet
Message:

New LDAP schema.
Small bug fixes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/repykota

    r1005 r1017  
    2323# 
    2424# $Log$ 
     25# Revision 1.36  2003/06/06 14:21:08  jalet 
     26# New LDAP schema. 
     27# Small bug fixes. 
     28# 
    2529# Revision 1.35  2003/05/28 13:56:24  jalet 
    2630# Unneeded code. 
     
    256260                (balance, lifetimepaid) = balance 
    257261            else :     
    258                 (balance, lifetimepaid) = 0.0 
     262                (balance, lifetimepaid) = (0.0, 0.0) 
    259263            if datelimit is not None : 
    260264                now = DateTime.now() 
     
    274278            print "%-9.9s %s %7i %7s %7s %10s %-10.10s %8i %10s" % (name, reached, pagecounter, str(softlimit), str(hardlimit), strbalance, str(datelimit)[:10], lifepagecounter, strlifetimepaid) 
    275279            return (lifepagecounter, lifetimepaid) 
     280        else :     
     281            return (0, 0) 
    276282         
    277283