hack for not displaying oc.de forum thead-moved messages

This commit is contained in:
following 2013-04-17 12:32:48 +02:00
parent 78f798559f
commit 39f2e08f9d

View File

@ -64,7 +64,8 @@ class RSSParser {
// increment counter
$i++;
}
else if (!in_array($item->title,$headlines))
else if (!in_array($item->title,$headlines) &&
strpos($item->title,'VERSCHOBEN') === FALSE) // hack to exclude forum thread-move messages
{
$html .= '<tr><td style="text-align:right">' . strftime('%e. %B %Y',strtotime($item->pubDate)).'</td>';
$html .= '<td><a class="links" href="'.$item->link.'">';