Dear flinchbot,As answer on your question:
Is there a problem with Select/Case if it evaluates to 2 positives
instead of 1?
By using:
code:
SELECT
CASE (Ingroup("chicago") <> 0)
? "member of Chicago"
CASE ....
ENDSELECT
it isn't important which kind of group membership (global or local) an
user is. By only using CASE (Ingroup("chicago")) you only catch
in previous kixtart releases the global group membership.Also we agree with cj comment about the SELECT/CASE/ENDSELECT
structure.
See next reaction
about
"how to debug kixtart scripts without necessary user intervention"
greetings.