You are here

function apachesolr_user_user_update in Apachesolr User 6

1 call to apachesolr_user_user_update()
apachesolr_user_user in ./apachesolr_user.module

File

./apachesolr_user.module, line 230

Code

function apachesolr_user_user_update($uid, $time) {
  db_query('UPDATE {apachesolr_search_user} SET changed = %d where uid = %d', $time, $uid);
}