No mean intensions, but he also has entered the most Main Status Races so far. So maybe that's why.
rmn
EDIT: If the Racer-Ranking worked we could find out:
PHP-Script: /slalomranking/mvc.php
SQLCommand: select p.pid, p.first_name, p.family_name, p.nick_name, p.nationality, p.sex, p.birth_year, p.class, count(e.eid) cnt from person p, event_person e, discipline_type d where e.eid=p.pid and d.disc_type=e.wr_disc_type and d.ranking='t' and p.nationality='GER' and p.sex='M' and p.class='PRO' group by 1,2,3,4,5,6,7,8 having cnt>0 order by 3,2;
(This error was written also to the PHP-Error logfile '')
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/hangwind/www/slalomranking/actions/rankings/personIndexAction.php on line 281
Surname Firstname Nickname Nationality Gender Year of birth Class # races
Unknown column 'd.ranking' in 'where clause'
MAXED OUT?
Moderator: Hans Koraeus
-
- Airflow - Skateboards
- Posts: 1485
- Joined: Fri Sep 26, 2003 2:00 am
- Location: Zurich, Switzerland
- Contact:
-
- Pavel
- Posts: 2036
- Joined: Mon Apr 26, 2004 8:49 pm
- Location: germany
- Contact:
MAXED OUT?
COULD IT BE THAT DOM HAS THE MAX POINTS AVAILABLE THIS SEASON AND THAT HE ALSO IS THE FIRST ONE TO EVER HAVE DONE THAT?