Changes between Initial Version and Version 1 of Ticket #5650, comment 1
- Timestamp:
- 05/18/2014 06:52:20 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5650, comment 1
initial v1 1 1 Continuing my tests, the function is working correctly on a multisite config but not on a single install. 2 $retval['exclude_groups'] = '1,5,6'; exclude any group except id 1 3 On another hand, i can use $retval['exclude_fields'] without problems. 2 3 {{{ 4 $retval['exclude_groups'] = '1,5,6'; 5 }}} 6 exclude any group except id 1 7 On another hand, i can use 8 {{{ 9 $retval['exclude_fields'] 10 }}} 11 without problems.