Skip to content

Commit

Permalink
fix_candidate_age revert
Browse files Browse the repository at this point in the history
  • Loading branch information
victori444 committed Nov 19, 2024
1 parent c111b4a commit aabc9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/data_integrity/fix_candidate_age.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
JOIN session s ON s.ID=f.SessionID
JOIN candidate c ON c.CandID=s.CandID
JOIN test_names tn ON tn.ID=f.TestID
WHERE c.Active='Y' AND s.Active='Y'
AND tn.Test_name=:tn",
['tn' => $testName]
);
Expand Down

0 comments on commit aabc9b4

Please sign in to comment.