Skip to content

Commit 588142f

Browse files
committed
Cleanup
1 parent b8a0565 commit 588142f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tools/data_integrity/fix_candidate_age.php

-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@
8484
JOIN candidate c ON c.CandID=s.CandID
8585
JOIN test_names tn ON tn.ID=f.TestID
8686
WHERE c.Active='Y' AND s.Active='Y'
87-
8887
AND tn.Test_name=:tn",
8988
['tn' => $testName]
9089
);

tools/detect_conflicts.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ function detectIgnoreColumns($instruments, $confirm)
597597
$file = "../project/instruments/NDB_BVL_Instrument_$instrument.class.inc";
598598
if (file_exists($file)) {
599599
include_once $file;
600-
$commentids = getCommentIDs($instrument, null)->getIterator();
600+
$commentids = getCommentIDs($instrument, null);
601601

602602
foreach ($commentids as $cid) {
603603
$instance = NDB_BVL_Instrument::factory(

0 commit comments

Comments
 (0)