In administration user management, user accounts, the authenciated user listing gives the following sql error:
user error: Unknown column 'role' in 'where clause'
query: SELECT uid, name, timestamp FROM users WHERE
role = 'authenticated user' ORDER BY uid DESC LIMIT
50 in /includes/database.mysql.inc on line 56
The error repeats itself in other new group listings.
I am testing a 24 hour old cvs version, ran the latest
update script.

Comments

Anonymous’s picture

Fixed in CVS. Can you test and confirm please?

Anonymous’s picture

Priority: Normal » Critical