Permission values in ossn_entities_metadata.

Peter Lane Posted in Component Development 6 months ago

There are 3 values used, 1,2 and 3. I think that 1 shows that group membership is private, 2 is public. What does 3 mean?

Replies
gb Peter Lane Replied 6 months ago

Thank you

German Michael Zülsdorff Replied 6 months ago

The three values are defined like this:

define('OSSN_FRIENDS', 3);
define('OSSN_PUBLIC', 2);
define('OSSN_PRIVATE', 1);