Ticket #1147: forum_rss.inc.patch
File forum_rss.inc.patch, 535 bytes (added by , 13 years ago) |
---|
-
forum_rss.inc
66 66 if ($threads_only) { 67 67 $q = "$clause and hidden=0 and create_time > $tlimit order by create_time desc"; 68 68 } else { 69 $q = "$clause and hidden=0 and andtimestamp > $tlimit order by timestamp desc";69 $q = "$clause and hidden=0 and timestamp > $tlimit order by timestamp desc"; 70 70 } 71 71 72 72 $threads = BoincThread::enum($q);