More robust version

This commit is contained in:
Thomas FORGIONE 2015-10-09 09:40:04 +02:00
parent cff406fc2b
commit e79a737a53
1 changed files with 1 additions and 1 deletions

View File

@ -697,7 +697,7 @@ DBReq.ExpCreator.prototype.execute = function() {
" Scene.name != 'peachcastle' AND\n" +
" CoinCombination.id = Experiment.coin_combination_id AND\n" +
" Other.id = Experiment.user_id AND\n" +
" Other.valid IS NOT false AND\n" +
" Other.valid IS true AND\n" +
" Experiment.finished = true AND\n" +
" Other.rating = U.rating AND\n" +
" Other.id != U.id AND\n" +