Changeset 170


Ignore:
Timestamp:
Dec 9, 2007, 8:09:10 PM (17 years ago)
Author:
george
Message:

Oprava: Chyba ve zobrazování ještě nezačatých událostí.
Doplnění: Info k eventu brewfest.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • events.php

    r169 r170  
    2727  24 => array('', ''),
    2828  25 => array('', 'http://www.worldofwarcraft.com/community/ingameevents.html#calltoarms'),
    29   26 => array('http://www.wowwiki.com/Brewfest', ''),
     29  26 => array('http://www.wowwiki.com/Brewfest', 'http://www.worldofwarcraft.com/info/events/brewfest/'),
    3030  27 => array('', ''),
    3131);
     
    5757  while($Row = $DbResult->fetch_array())
    5858  {
    59     $Events[$EventState][$Row['start']] = array('StartTime' => $Row['start'], 'EndTime' => ($Row['start'] + $Row['length'] * 60), 'Title' => $Row['description'], 'WoWWiki' => $EventsLinks[$Row['entry']][0], 'Official' => $EventsLinks[$Row['entry']][1]);
     59    $Events['Planned'][$Row['start']] = array('StartTime' => $Row['start'], 'EndTime' => ($Row['start'] + $Row['length'] * 60), 'Title' => $Row['description'], 'WoWWiki' => $EventsLinks[$Row['entry']][0], 'Official' => $EventsLinks[$Row['entry']][1]);
    6060  }
    6161
Note: See TracChangeset for help on using the changeset viewer.