From 66403c1d705e032eb4eab39ac512ff9e4e9e6bb4 Mon Sep 17 00:00:00 2001 From: ay-bh Date: Sat, 25 May 2024 09:35:45 -0400 Subject: [PATCH] Refactor recreate_conflicts.php to use getInstrumentNamesList() --- tools/recreate_conflicts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/recreate_conflicts.php b/tools/recreate_conflicts.php index 02b67b9842f..5780210f99e 100755 --- a/tools/recreate_conflicts.php +++ b/tools/recreate_conflicts.php @@ -46,7 +46,7 @@ $action = $argv[1]; if ($action=='all') { - $allInstruments = Utility::getAllInstruments(); + $allInstruments = NDB_BVL_Instrument::getInstrumentNamesList($lorisInstance); $ddeInstruments = $config->getSetting('DoubleDataEntryInstruments'); } else { $allInstruments = [$action => $action];