- Timestamp:
- 08/19/2016 05:42:41 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-query.php
r10434 r11018 516 516 517 517 // Clauses joined by AND with "negative" operators share a join only if they also share a key. 518 } elseif ( isset( $sibling['field _id'] ) && isset( $clause['field_id'] ) && $sibling['field_id'] === $clause['field_id'] ) {518 } elseif ( isset( $sibling['field'] ) && isset( $clause['field'] ) && $sibling['field'] === $clause['field'] ) { 519 519 $compatible_compares = array( '!=', 'NOT IN', 'NOT LIKE' ); 520 520 }
Note: See TracChangeset
for help on using the changeset viewer.