fix syntx

This commit is contained in:
CHIEFSOFT\ameye
2023-05-20 17:43:28 -04:00
parent 5c71313172
commit d00f24fa31
+1 -1
View File
@@ -198,7 +198,7 @@ wrenchboard=> select * from members_family;
map<const char*, const char*>f = pgsql_fetch_assoc(res, 0);
CVars rec;
map_to_cvars(f, rec);
if( rec["username"]=='' || rec['pin']==''){
if( rec["username"]=='' || rec["pin"]==''){
logfmt(logINFO, "WrenchFamilyManage()- NEED TI INITIALIZE USERNAME PIN");
WrenchFamilyInitializeAccount(rec,out);
}