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