Changeset 6713
- Timestamp:
- 01/07/2013 02:20:53 PM (13 years ago)
- File:
-
- 1 edited
-
branches/1.6/bp-groups/bp-groups-classes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.6/bp-groups/bp-groups-classes.php
r6575 r6713 1181 1181 1182 1182 $exclude_sql = ''; 1183 if ( !empty( $exclude ) ) 1183 if ( !empty( $exclude ) ) { 1184 $exclude = implode( ',', wp_parse_id_list( $exclude ) ); 1184 1185 $exclude_sql = " AND m.user_id NOT IN ({$exclude})"; 1186 } 1185 1187 1186 1188 if ( bp_is_active( 'xprofile' ) )
Note: See TracChangeset
for help on using the changeset viewer.