File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1028,7 +1028,7 @@ abstract class NDB_BVL_Instrument extends NDB_Page
1028
1028
['tst_name ' => $ this ->testName ]
1029
1029
);
1030
1030
$ results = $ db ->pselectWithIndexKey (
1031
- "SELECT c.examinerID, e.full_name, u.Email
1031
+ "SELECT DISTINCT c.examinerID, e.full_name, u.Email
1032
1032
FROM certification c
1033
1033
JOIN examiners e
1034
1034
ON (c.examinerID = e.examinerID)
@@ -1050,7 +1050,7 @@ abstract class NDB_BVL_Instrument extends NDB_Page
1050
1050
);
1051
1051
} else {
1052
1052
$ results = $ db ->pselectWithIndexKey (
1053
- "SELECT e.examinerID, e.full_name, u.Email
1053
+ "SELECT DISTINCT e.examinerID, e.full_name, u.Email
1054
1054
FROM examiners e
1055
1055
JOIN examiners_psc_rel epr
1056
1056
ON (epr.examinerID=e.examinerID)
You can’t perform that action at this time.
0 commit comments