1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 10:31:31 +00:00
Files
tt-rss/include/functions2.php
Bram Schoenmakers 7b3110c9c9 Fix for testing filters getting stuck sometimes.
Sometimes when testing a filter the database becomes unresponsive, stuck
in a long query.

Solution: properly join ttrss_entries and ttrss_user_entries instead of
working with their carthesian product.
2014-06-19 10:29:48 +02:00

66 KiB