function uc_file_user_delete in Ubercart 6.2
Implements hook_user_delete().
User was deleted, so we delete all the files associated with them.
1 call to uc_file_user_delete()
- uc_file_user in uc_file/
uc_file.module - Implements hook_user().
File
- uc_file/
uc_file.module, line 136
Code
function uc_file_user_delete(&$account) {
uc_file_remove_user($account);
}