You are here

function apachesolr_user_user in Apachesolr User 6

File

./apachesolr_user.module, line 15

Code

function apachesolr_user_user($op, &$edit, &$account) {
  switch ($op) {
    case 'update':
      apachesolr_user_user_update($account->uid, time());
      break;
  }
}