In adminpear/lib/builduserlist.php we need to mysql_num_rows() and not mysql_affected_rows().
mysql_num_rows is only for SELECT queries, which is what has been used in this case.
Log in to post a comment.