Jump to content

animalking

Members
  • Posts

    3
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    The Netherlands

animalking's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I found the problem en solved it for the expected departures, that it isn't sorted correctly. Just change the query to the following code: <?php $query = 'SELECT * FROM '.TABLE_PREFIX.'schedules ORDER BY deptime,arrtime + 0'; $list = DB::get_results($query); ?>
  2. Your host can change that allowed memory size for you
  3. Thank you so much for this great file, you're amazing
×
×
  • Create New...