Changeset 1022 for trunk/common


Ignore:
Timestamp:
03/01/09 17:52:11 (3 years ago)
Author:
bogdanpasoi@…
Message:

Solving ambiguous join.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/common/db/score.php

    r942 r1022  
    208208                      LEFT JOIN ia_round ON round_id = ia_round.id 
    209209                      WHERE `name` IN ('deviation', 'rating') 
    210                             AND user_id = '%s' 
     210                            AND ia_score.user_id = '%s' 
    211211                            AND ia_round.state = 'complete' 
    212212                     ", 
Note: See TracChangeset for help on using the changeset viewer.