We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3fcf79 commit f11989fCopy full SHA for f11989f
1 file changed
textreparser/plugins/clean_old_ideas.php
@@ -83,7 +83,7 @@ protected function get_records_by_range_query($min_id, $max_id)
83
ON i.topic_id = p.topic_id
84
INNER JOIN ' . $this->topics_table . ' t
85
ON p.' . $columns['id'] . ' = t.topic_first_post_id
86
- WHERE i.idea_date < ' . strtotime('September 1, 2017') . '
+ WHERE p.post_time < ' . strtotime('September 1, 2017') . '
87
AND i.idea_id BETWEEN ' . $min_id . ' AND ' . $max_id;
88
}
89
0 commit comments