clean USER_AUTH_KEYS_TABLE when deleting user

This commit is contained in:
modus75 2016-01-16 17:15:55 +01:00
parent 5c57d8aa0f
commit ac37eb5a50

View file

@ -392,6 +392,7 @@ function delete_user($user_id)
CADDIE_TABLE,
// deletion of piwigo specific informations
USER_INFOS_TABLE,
USER_AUTH_KEYS_TABLE
);
foreach ($tables as $table)