As per this post here - http://forum.snitz.com/forum/topic.asp?TOPIC_ID=44537
Users of mySQL will get problems when the members pending page goes over to page 2 or above.
Change this line (227) from
strSql3 = " ORDER BY MEMBER_ID ASC;"
To
strSql3 = " ORDER BY MEMBER_ID ASC"