Warning: mysql_query() [function.mysql-query]: Unable to save result set in /home/pokermtt/public_html/bo_functions.php on line 2368
Query failed: Server shutdown in progress select s.game, s.start_date_time as start, s.tournament_name as name, s.tournament_id as id, s.total_players, concat(d.place_finished, "/", s.total_players) as place, d.cash_double as prizes, s.buy_in_double, (d.cash_double - s.buy_in_double) as wins from tourn_detail d, tourn_summary s where d.player_name="ryanbluf" and s.tournament_id = d.tournament_id order by start_date_time desc