Changeset 6219 for trunk/src/includes/topics/functions.php
- Timestamp:
- 01/12/2017 08:46:10 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/topics/functions.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/topics/functions.php
r6191 r6219 3274 3274 'posts_per_page' => -1, 3275 3275 'nopaging' => true, 3276 'no_found_rows' => true, 3276 3277 'fields' => 'id=>parent' 3277 3278 ) ); … … 3711 3712 'posts_per_page' => -1, 3712 3713 'nopaging' => true, 3714 'no_found_rows' => true, 3713 3715 'fields' => 'id=>parent' 3714 3716 ) ); … … 3772 3774 'posts_per_page' => -1, 3773 3775 'nopaging' => true, 3776 'no_found_rows' => true, 3774 3777 'fields' => 'id=>parent' 3775 3778 ) );
Note: See TracChangeset
for help on using the changeset viewer.