Skip to content

Commit

Permalink
zal's comment about pselect
Browse files Browse the repository at this point in the history
  • Loading branch information
jesscall authored Jun 22, 2022
1 parent f6f3b1b commit 7bf61cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/libraries/Utility.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@ class Utility
$DB = $factory->database();
$status = $isApproved ? 'Y' : 'N';

$dxToUpdate = $DB->pselectRow(
$dxToUpdate = $DB->pselect(
"SELECT cde.CandID, cde.DxEvolutionID
FROM candidate_diagnosis_evolution_rel cde
JOIN diagnosis_evolution de USING (DxEvolutionID)
Expand Down

0 comments on commit 7bf61cc

Please # to comment.