diff options
author | modus75 <modus75@users.noreply.github.com> | 2016-01-16 17:15:55 +0100 |
---|---|---|
committer | modus75 <modus75@users.noreply.github.com> | 2016-01-16 17:15:55 +0100 |
commit | ac37eb5a504fda978d5090ef2db7da9b7fd6a58b (patch) | |
tree | 5e4724d0135c1b3eb307720ed8eb0dd987efb37a /admin/include/functions.php | |
parent | 5c57d8aa0f475aa8e20c912283ed650450c3e661 (diff) |
clean USER_AUTH_KEYS_TABLE when deleting user
Diffstat (limited to '')
-rw-r--r-- | admin/include/functions.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/include/functions.php b/admin/include/functions.php index 246fccfbb..69ecb0032 100644 --- a/admin/include/functions.php +++ b/admin/include/functions.php @@ -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) |