Changeset 1384
- Timestamp:
- 03/30/2008 10:07:05 AM (18 years ago)
- File:
-
- 1 edited
-
branches/0.8/bb-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.8/bb-includes/functions.php
r1368 r1384 1161 1161 foreach( $ids as $i => $d ) 1162 1162 if ( isset($bb_user_cache[$d]) ) 1163 unset($ids[ i]); // Don't cache what we already have1163 unset($ids[$i]); // Don't cache what we already have 1164 1164 if ( 0 < count($ids) ) 1165 1165 $bb_cache->cache_users( $ids );
Note: See TracChangeset
for help on using the changeset viewer.