Bug or feature in version 1.4.1?
On the right side the number of users is displayed.
This number seems to be retrieved from the database by just extracting the maximum userid from the table users instead of really counting the amount of users by e.g. qa_db_count_users($qa_db).
This may be good for performance reasons - but if you've deleted some (test-)users from your database the maximum userid is not equal to the real number of users...
ok, ok, maybe not tooooo relevant - but it may lead to wrong numbers ;)