function ip_comment_insert in IP address manager 7.2
Same name and namespace in other branches
- 7 ip.module \ip_comment_insert()
Implements hook_comment_insert().
File
- ./
ip.module, line 143 - IP address manager module.
Code
function ip_comment_insert($comment) {
ip_posts_insert('comment', $comment->cid);
}