Changeset 378 for trunk/bp-activity/bp-activity-classes.php
- Timestamp:
- 10/09/2008 05:38:14 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity/bp-activity-classes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-classes.php
r375 r378 107 107 $last_cached = get_usermeta( $bp['current_userid'], 'bp_activity_last_cached' ); 108 108 109 if ( strtotime( BP_ACTIVITY_CACHE_LENGTH, (int)$last_cached ) <= time() ) {109 if ( strtotime( BP_ACTIVITY_CACHE_LENGTH, (int)$last_cached ) >= time() ) { 110 110 111 111 //echo '<small style="color: green">** Debug: Using Cache **</small>';
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)