in["strict_timeline"]

This commit is contained in:
CHIEFSOFT\ameye
2024-10-08 08:11:47 -04:00
parent 2c11e96691
commit bc1dcb0feb
+5
View File
@@ -1693,6 +1693,11 @@ long WrenchSendJobsOfferIndividual(CVars in, CVars &out) {
CVars z;
try {
if ( in["strict_timeline"] =="" ){
in["strict_timeline"] = "0"; in["strict_timeline"].set_valid(true);
}
// let us use this email to see if this already a user on the system
if (load_db_record(out, " SELECT username,id AS client_id FROM members WHERE LOWER(username) =LOWER(TRIM('%s'));", in["email"].c_str())) {
in["client_id"] = out["client_id"]; // overiddind if account is found