You are here

function cctags_user in cctags 6

File

./cctags.module, line 99

Code

function cctags_user($type, &$array, &$user, $category = NULL) {
  if ($type == 'insert' || $type == 'delete' || $type == 'update') {
    _cctags_clear_cache(-3, 'users', TRUE);
  }
}