fix syntx
This commit is contained in:
@@ -198,7 +198,7 @@ wrenchboard=> select * from members_family;
|
|||||||
map<const char*, const char*>f = pgsql_fetch_assoc(res, 0);
|
map<const char*, const char*>f = pgsql_fetch_assoc(res, 0);
|
||||||
CVars rec;
|
CVars rec;
|
||||||
map_to_cvars(f, rec);
|
map_to_cvars(f, rec);
|
||||||
if( rec["username"]=='' || rec['pin']==''){
|
if( rec["username"]=='' || rec["pin"]==''){
|
||||||
logfmt(logINFO, "WrenchFamilyManage()- NEED TI INITIALIZE USERNAME PIN");
|
logfmt(logINFO, "WrenchFamilyManage()- NEED TI INITIALIZE USERNAME PIN");
|
||||||
WrenchFamilyInitializeAccount(rec,out);
|
WrenchFamilyInitializeAccount(rec,out);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user