fix ref jobs

This commit is contained in:
CHIEFSOFT\ameye
2024-08-21 10:32:29 -04:00
parent 34c9ef0e58
commit 2b26dde31e
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -2275,6 +2275,8 @@ long WrenchCreateJobs(CVars in, CVars &out) {
x["banner"] = in["banner"];
x["banner"].set_valid(true);
x["depend_uid"] = in["depend_uid"];
x["depend_uid"].set_valid(true);
job_id = insert_db_record(DBS_VALID, "members_jobs", "members_jobs_id_seq", x);
+1 -1
View File
@@ -34,7 +34,7 @@ class WrenchResources extends BaseController
$next_question = [
"question" => "What is C ? <br> C = $a + $b .",
"option" => $option_mix,
"option" => $option_mix,
"answer" => $c,
'option_mix' => $option_mix,
"last" => false,