(This post was last modified: 10.10.2010, 08:43 by Lekensteyn.)
09.10.2010, 16:39
The query for $timer_data['barracks'] is "SELECT time_finished FROM recruit WHERE building='barracks' ORDER BY id DESC".
This should be:
Took me half an hour to figure out when I was creating graphic overview for v5.
This should be:
Code:
"SELECT time_finished FROM recruit WHERE building='barracks' && villageid={$village[id]} ORDER BY id DESC"
Found my post helpful? Rate me
Project: creating a compact and easy to setup DSLan (Linux) (Windoze is in development)