More actions
jrfconvert import |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category: | [[Category:User_Functions]] | ||
| | ||
Revision as of 10:31, 23 March 2011
setUserRoleId
Sets the user resource template for the user specified.
Syntax
setUserRoleId(userId, roleId)
Arguments
userId: is a number expression. It is the id of the user.
roleId: is a number expression. It is the id of the user role.
Return type
bool
Example
setUserRoleId(1, 1);
Availability
Version 5.4