missing tag
This commit is contained in:
@@ -231,7 +231,7 @@ long WrenchJobPostExtendTime(CVars in, CVars &out){
|
||||
pgsql_exec("UPDATE members_jobs_offer SET expire = now() + '%lu days()' WHERE offer_code = '%s' AND member_id=%lu AND status =1",extend_days, in["offer_code"].c_str(),member_id);
|
||||
out["status"] = "Completed";
|
||||
out["status_msg"] = "offer_expiration_data_extended";
|
||||
load_db_record(out, "SELECT expire, uid AS job_uid FROM members_jobs_offer WHERE offer_code = '%s' ", in["offer_code"].c_str())
|
||||
load_db_record(out, "SELECT expire, uid AS job_uid FROM members_jobs_offer WHERE offer_code = '%s' ", in["offer_code"].c_str());
|
||||
ret = PHP_UPDATED_OK;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user