Signed-off-by: Bill Erickson <berickxx@gmail.com>
-- if we have a value, we have a setting type
summary.has_user_setting := TRUE;
- IF workstation_id THEN
+ IF workstation_id IS NOT NULL THEN
-- Only inform the caller about the workstation
-- setting type disposition when a workstation id is
-- provided. Otherwise, it's NULL to indicate UNKNOWN.
-- if we have a value, we have a setting type
summary.has_user_setting := TRUE;
- IF workstation_id THEN
+ IF workstation_id IS NOT NULL THEN
-- Only inform the caller about the workstation
-- setting type disposition when a workstation id is
-- provided. Otherwise, it's NULL to indicate UNKNOWN.