Changeset 170 for events.php
- Timestamp:
- Dec 9, 2007, 8:09:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
events.php
r169 r170 27 27 24 => array('', ''), 28 28 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/'), 30 30 27 => array('', ''), 31 31 ); … … 57 57 while($Row = $DbResult->fetch_array()) 58 58 { 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]); 60 60 } 61 61
Note:
See TracChangeset
for help on using the changeset viewer.