-
Notifications
You must be signed in to change notification settings - Fork 4
GET_USER_STR
Jurek Muszyński edited this page Dec 18, 2021
·
3 revisions
Retrieves user string setting from users_settings
table.
Returns OK or one of the error codes:
- ERR_NOT_FOUND
- ERR_INT_SERVER_ERROR
char page[64];
GET_USER_STR("last_page", page);
Requires USERS compilation switch.