Changeset 399 for global.php


Ignore:
Timestamp:
Jan 20, 2009, 9:14:15 AM (15 years ago)
Author:
george
Message:
  • Odstraněno: Beta web a staré soubory wowpřekladu a staré forum.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • global.php

    r391 r399  
    8888  $Count = 0;
    8989  $Database->select_db('mangos');
    90   $DbResult = $Database->select('game_event', '*, UNIX_TIMESTAMP(start_time) as start', 'end_time > NOW() AND start_time < NOW()');
     90  $DbResult = $Database->select('game_event', 'occurence, length, UNIX_TIMESTAMP(start_time) as start', 'end_time > NOW() AND start_time < NOW()');
    9191  while($Row = $DbResult->fetch_array())
    9292  {
Note: See TracChangeset for help on using the changeset viewer.