Changeset 6575 for branches/1.6/bp-forums/bp-forums-functions.php
- Timestamp:
- 12/10/2012 06:07:53 AM (13 years ago)
- File:
-
- 1 edited
-
branches/1.6/bp-forums/bp-forums-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.6/bp-forums/bp-forums-functions.php
r6557 r6575 333 333 $groups_where_sql = "t.topic_status = 0"; 334 334 } 335 $count = $bbdb->get_results( $bbdb->prepare( "SELECT t.topic_id FROM {$bbdb->topics} AS t {$groups_table_sql} WHERE {$groups_where_sql}" ));335 $count = $bbdb->get_results( "SELECT t.topic_id FROM {$bbdb->topics} AS t {$groups_table_sql} WHERE {$groups_where_sql}" ); 336 336 $count = count( (array) $count ); 337 337 } else {
Note: See TracChangeset
for help on using the changeset viewer.