function userpoints_update_1 in User Points 5.2
Same name and namespace in other branches
- 5.3 userpoints.install \userpoints_update_1()
- 5 userpoints.install \userpoints_update_1()
- 6 userpoints.install \userpoints_update_1()
File
- ./
userpoints.install, line 67
Code
function userpoints_update_1() {
return _system_update_utf8(array(
'userpoints',
));
}