Skip to content

Commit

Permalink
utility - distinct scan type
Browse files Browse the repository at this point in the history
  • Loading branch information
regisoc committed Nov 7, 2024
1 parent 32377a2 commit 87bedb1
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 @@ -967,7 +967,7 @@ class Utility
{

$scan_types_DB = \NDB_Factory::singleton()->database()->pselect(
"SELECT ID, Scan_type
"SELECT DISTINCT ID, Scan_type
FROM mri_scan_type mri
JOIN files f ON (f.AcquisitionProtocolID=mri.ID)",
[]
Expand Down

0 comments on commit 87bedb1

Please sign in to comment.