function ip_comment in IP address manager 6
Implementation of hook_comment().
File
- ./
ip.module, line 274  - IP address manager module.
 
Code
function ip_comment(&$a1, $op) {
  if ($op == 'insert') {
    ip_posts_insert('comment', $a1['cid']);
  }
}      
    Implementation of hook_comment().
function ip_comment(&$a1, $op) {
  if ($op == 'insert') {
    ip_posts_insert('comment', $a1['cid']);
  }
}