This commit is contained in:
CHIEFSOFT\ameye
2023-05-08 16:24:20 -04:00
parent cfab5f5e9c
commit 33209e7db1
+2 -1
View File
@@ -138,6 +138,7 @@ return family_id;
}
long WrenchFamilyUpdate(CVars in, CVars &out){
long ret = PHP_API_BAD_PARAM;
logfmt(logINFO, "WrenchFamilyUpdate()");
long family_id = 0;
try {
@@ -165,7 +166,7 @@ long WrenchFamilyUpdate(CVars in, CVars &out){
logfmt(logINFO, "ERROR CALL long WrenchFamilyUpdate(CVars in, CVars &out)");
}
logfmt(logINFO, "WrenchFamilyUpdate()");
return family_id;
return ret;
}
long WrenchFamilyManage(CVars in, CVars &out){