Changeset 330 for events.php
- Timestamp:
- Apr 9, 2008, 4:50:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
events.php
r310 r330 41 41 while($Row = $DbResult->fetch_array()) 42 42 { 43 if(!array_key_exists($Row['entry'], $EventsLinks)) $EventsLinks[$Row['entry']] = array('', ''); 43 44 $Start = (floor((time() - $Row['start']) / ($Row['occurence'] * 60))) * $Row['occurence'] * 60 + $Row['start']; 44 45 $End = $Start + $Row['length'] * 60;
Note:
See TracChangeset
for help on using the changeset viewer.