function aes_user_update in AES encryption 7
Implements hook_user_update().
File
- ./
aes.module, line 199 - Main file of the AES encryption module.
Code
function aes_user_update(&$edit, $account, $category) {
aes_user_alter($edit, $account);
}
Implements hook_user_update().
function aes_user_update(&$edit, $account, $category) {
aes_user_alter($edit, $account);
}