Loading of e-mail and moderator status.
For each user retrieve e-mail and determine if he's a moderator. Removed the email_hash field from users table - a premature optimization, we can calculate it on the fly which should be fast enough as it's a simple md5, and it's only needed for displaying comments.
Loading
Please register or sign in to comment