Thread
:
quick moderation module not showing members awaiting moderation
View Single Post
#
6
06-15-2004, 10:57 AM
Brian
Administrator
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
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.
Brian
View Public Profile
Send a private message to Brian
Find all posts by Brian