Show
Ignore:
Timestamp:
04/28/2008 03:41:39 PM (7 months ago)
Author:
Geert
Message:

Fixing accidental overwrite in r2593

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/Calendar_Event.php

    r2347 r2598  
    253253                // Reduce the timestamp by one week for each loop. This has the added 
    254254                // benefit of preventing an infinite loop. 
    255                 while($timestamp -= 604800) 
     255                while ($timestamp -= 604800) 
    256256                { 
    257257                        if (date('m', $timestamp) !== $month)