You are here

function userpoints_update_1 in User Points 5.3

Same name and namespace in other branches
  1. 5 userpoints.install \userpoints_update_1()
  2. 5.2 userpoints.install \userpoints_update_1()
  3. 6 userpoints.install \userpoints_update_1()

File

./userpoints.install, line 96

Code

function userpoints_update_1() {
  return _system_update_utf8(array(
    'userpoints',
  ));
}