diff -r 43b4895a150f -r 79b9bf88be28 web/views/cwuser.py --- a/web/views/cwuser.py Fri Feb 14 17:52:49 2014 +0100 +++ b/web/views/cwuser.py Mon Feb 17 11:13:27 2014 +0100 @@ -189,8 +189,8 @@ __select__ = StartupView.__select__ & match_user_groups('managers') cache_max_age = 0 # disable caching # XXX one could wish to display for instance only user's firstname/surname - # for non managers but filtering out NULL cause crash with an ldapuser - # source. + # for non managers but filtering out NULL caused crash with an ldapuser + # source. The ldapuser source has been dropped and this code can be updated. rql = ('Any U,US,F,S,U,UAA,UDS, L,UAA,USN,UDSN ORDERBY L WHERE U is CWUser, ' 'U login L, U firstname F, U surname S, ' 'U in_state US, US name USN, '