-
Notifications
You must be signed in to change notification settings - Fork 53
SET_USER_STR
Jurek Muszyński edited this page May 13, 2019
·
4 revisions
Saves user string setting in users_settings
table. If the setting already exists, it's overwritten.
Returns OK or one of the error codes:
- ERR_INT_SERVER_ERROR
SET_USER_STR("last_page", REQ_URI);
Requires USERS compilation switch.