# HG changeset patch # User Sverre Rabbelier # Date 1238734450 0 # Node ID 319d9f05955ad7f67565cfcf017443009cbfd04d # Parent 9c739b37c3674b0b379bc23ce1971f677ba035d8 Fixed a typo in stats.py Patch by: Sverre Rabbelier diff -r 9c739b37c367 -r 319d9f05955a scripts/stats.py --- a/scripts/stats.py Thu Apr 02 23:06:52 2009 +0000 +++ b/scripts/stats.py Fri Apr 03 04:54:10 2009 +0000 @@ -202,7 +202,7 @@ 'getUsers': getEntities(User), 'getStudents': getEntities(Student), 'getMentors': getEntities(Mentor), - 'getOrgAdmins': getEntities(OrgAdmins), + 'getOrgAdmins': getEntities(OrgAdmin), 'getProps': getProps, 'countStudentsWithProposals': countStudentsWithProposals, }