fix syntx

This commit is contained in:
CHIEFSOFT\ameye
2023-05-20 18:13:54 -04:00
parent d00f24fa31
commit d75900e9ed
+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);
}