function hosting_site_op_login_reset in Hosting 6.2
Same name and namespace in other branches
- 7.4 site/hosting_site.module \hosting_site_op_login_reset()
- 7.3 site/hosting_site.module \hosting_site_op_login_reset()
Callback for site verify operation.
1 string reference to 'hosting_site_op_login_reset'
- hosting_site_node_operations in site/
hosting_site.module - Implements hook_node_operations().
File
- site/
hosting_site.module, line 417
Code
function hosting_site_op_login_reset($nodes) {
foreach ($nodes as $nid) {
hosting_add_task($nid, 'login-reset');
}
}