Changeset 2598 for trunk/system/libraries/Calendar_Event.php
- Timestamp:
- 04/28/2008 03:41:39 PM (7 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Calendar_Event.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Calendar_Event.php
r2347 r2598 253 253 // Reduce the timestamp by one week for each loop. This has the added 254 254 // benefit of preventing an infinite loop. 255 while ($timestamp -= 604800)255 while ($timestamp -= 604800) 256 256 { 257 257 if (date('m', $timestamp) !== $month)
