Changeset 330 for events.php


Ignore:
Timestamp:
Apr 9, 2008, 4:50:47 PM (17 years ago)
Author:
george
Message:

Aktualizace dat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • events.php

    r310 r330  
    4141  while($Row = $DbResult->fetch_array())
    4242  {
     43    if(!array_key_exists($Row['entry'], $EventsLinks)) $EventsLinks[$Row['entry']] = array('', '');
    4344    $Start = (floor((time() - $Row['start']) / ($Row['occurence'] * 60))) * $Row['occurence'] * 60 + $Row['start'];
    4445    $End = $Start + $Row['length'] * 60;
Note: See TracChangeset for help on using the changeset viewer.