ALLR#78525 -- Implementatie koppeling ClearPass

svn path=/Customer/trunk/; revision=61103
This commit is contained in:
Arthur Egberink
2023-07-10 06:27:04 +00:00
parent 9f11ea97ee
commit 2cbdc41144

View File

@@ -129,9 +129,9 @@ AS
AS
BEGIN
IF p_id = '-1'
IF p_id IS NULL
THEN
FLX.setflex('MLD', 241, p_melding_key, 0);
FLX.setflex('MLD', 241, p_melding_key, NULL);
ELSE
FLX.setflex('MLD', 241, p_melding_key, 1);
END IF;