View Single Post
  #6  
Old 06-15-2004, 10:57 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: quick moderation module not showing members awaiting moderation

In your modules/moderate.php file look for:

SELECT COUNT(*) AS users

Replace that with:

SELECT COUNT(*) AS count

And that will fix the problem.