diff --git a/controllers/prototype/dbrequests.js b/controllers/prototype/dbrequests.js index 01146a8..c21caf7 100644 --- a/controllers/prototype/dbrequests.js +++ b/controllers/prototype/dbrequests.js @@ -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" +