#1849: remove date constraint for safebooru

This commit is contained in:
r888888888
2013-07-18 16:50:28 -07:00
parent fb5276cfe1
commit 5ad3571d8b

View File

@@ -114,7 +114,7 @@ class PostQueryBuilder
if CurrentUser.safe_mode?
relation = relation.where(:rating => "s")
relation = relation.where("created_at <= ?", 3.months.ago)
# relation = relation.where("created_at <= ?", 3.months.ago)
end
relation = add_range_relation(q[:post_id], "posts.id", relation)