From 03b0c8f606173004db714bad31a293ede269fbfe Mon Sep 17 00:00:00 2001 From: "Infineon\\StieberD" Date: Wed, 28 May 2025 10:37:06 -0700 Subject: [PATCH] re-enabling code temporarily turned off to populate REACT_ITEM --- LSL2/STPROC/REACT_ITEM_ACTIONS.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LSL2/STPROC/REACT_ITEM_ACTIONS.txt b/LSL2/STPROC/REACT_ITEM_ACTIONS.txt index c279ee0..5e7f20e 100644 --- a/LSL2/STPROC/REACT_ITEM_ACTIONS.txt +++ b/LSL2/STPROC/REACT_ITEM_ACTIONS.txt @@ -140,7 +140,7 @@ WRITE_RECORD_PRE: // Req'd parameter checks ItemType = {RI_TYPE} -* If ItemType EQ '' then ErrMsg := 'Item Type was not specified. ' + If ItemType EQ '' then ErrMsg := 'Item Type was not specified. ' If ErrMsg NE '' then Error_Services('Add', 'Error Saving Reactor Item: ' : ErrMsg)