Update profile

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-23 05:36:37 -04:00
parent 5aa9f6793a
commit 2d49e5fb46
3 changed files with 27 additions and 16 deletions
+1 -1
View File
@@ -1166,7 +1166,7 @@ long WrenchUpdateAccountTerms(CVars in, CVars &out) {
}
long WrenchUpdateProfile(CVars in, CVars &out) {
logfmt(logINFO, "long WrenchUpdateProfile(CVars in, CVars out)");
logfmt(logINFO, "long WrenchUpdateProfile(CVars in, CVars out) ******* RETIRE THIS FUNCTION - no country change");
long ret = PHP_API_BAD_PARAM;
try {
REQ_STRING(in, "firstname", 3, 49, "(.*)");