memes
This commit is contained in:
parent
21e3939b36
commit
daf10b5d71
|
@ -78,7 +78,7 @@ func ScoresGET(md common.MethodData) common.CodeMessager {
|
|||
})
|
||||
|
||||
where.Where(` scores.completed = '3' AND `+md.User.OnlyUserPublic(false)+` `+
|
||||
genModeClause(md)+` `+sort+common.Paginate(md.Query("p"), md.Query("l"), 100), "")
|
||||
genModeClause(md)+` `+sort+common.Paginate(md.Query("p"), md.Query("l"), 100), "FIF")
|
||||
where.Params = where.Params[:len(where.Params)-1]
|
||||
|
||||
rows, err := md.DB.Query(`
|
||||
|
|
Loading…
Reference in New Issue
Block a user