Stadler
Tue 18th Feb '03, 3:25pm
Well, I think the topic says it all: When your deleting or mass-pruning users, their entrys aren't removed from the 'useractivation'-table.
Bug?
btw: I've used the following query to spot them:SELECT useractivation.* FROM useractivation AS useractivation LEFT JOIN user AS user USING (userid) WHERE user.userid IS NULLMaybe you want to add a feature to admin/misc.php to remove them from the database :)
Bug?
btw: I've used the following query to spot them:SELECT useractivation.* FROM useractivation AS useractivation LEFT JOIN user AS user USING (userid) WHERE user.userid IS NULLMaybe you want to add a feature to admin/misc.php to remove them from the database :)