mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Added notification of updated case id
This commit is contained in:
@@ -267,6 +267,8 @@ while (!is_process_killed($process_id)) //check if process killed every $sleepin
|
|||||||
WHERE case_id = $case_id";
|
WHERE case_id = $case_id";
|
||||||
|
|
||||||
$db->Execute($sql);
|
$db->Execute($sql);
|
||||||
|
|
||||||
|
print T_("Updating case as self completed online") . " - " . T_("Case id") . ": $case_id";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user