Changeset 1767
- Timestamp:
- 10/19/07 04:53:32 (14 months ago)
- Files:
-
- 1 modified
-
trunk/gregarius/extlib/rss_dbcache.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/extlib/rss_dbcache.inc
r1765 r1767 122 122 // We should change the Gregarius UA if we allow refreshInterval to be small 123 123 $refreshInterval = $this->MAX_AGE; 124 } 124 } else { 125 $refreshInterval = $refreshInterval * 60; 126 } 125 127 126 128 setProperty($cid, 'rss.config.refreshdate', 'feed', $dateRefreshed); 127 129 128 if ( $refreshInterval * 60 >$age ) {130 if ( $refreshInterval >= $age ) { 129 131 // object exists and is current 130 132 print("HIT");
