You are here

function userpoints_update_1 in User Points 5.2

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

File

./userpoints.install, line 67

Code

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