Changeset 5311 for trunk/src/includes/forums/functions.php
- Timestamp:
- 03/05/2014 07:20:02 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/forums/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/forums/functions.php
r5299 r5311 1750 1750 'key' => '_bbp_forum_id', 1751 1751 'value' => implode( ',', $forum_ids ), 1752 'type' => ' numeric',1752 'type' => 'NUMERIC', 1753 1753 'compare' => ( 1 < count( $forum_ids ) ) ? 'NOT IN' : '!=' 1754 1754 );
Note: See TracChangeset
for help on using the changeset viewer.