Changeset 404 for events.php
- Timestamp:
- Jan 28, 2009, 11:23:01 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
events.php
r389 r404 1 1 <?php 2 include('global.php'); 2 3 3 4 $EventsLinks = array( … … 40 41 function Events() 41 42 { 42 global $Database, $EventsLinks; 43 global $Database, $EventsLinks, $Config; 44 43 45 $Events = array('Running' => array(), 'Planned' => array()); 44 $Database->select_db( 'mangos');46 $Database->select_db($Config['Mangos']['DatabaseMangos']); 45 47 46 48 // Add already started events … … 87 89 } 88 90 89 include('global.php');90 91 ShowHeader(); 91 92
Note:
See TracChangeset
for help on using the changeset viewer.