Vergleich syndication.php - 1.6.2 - 1.6.8

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 6
 * Website: http://mybb.com
* License: http://mybb.com/about/license
*

 * Website: http://mybb.com
* License: http://mybb.com/about/license
*

 * $Id: syndication.php 5125 2010-07-27 07:28:03Z RyanGordon $

 * $Id: syndication.php 5777 2012-04-19 11:28:52Z Tomm $

 */

define("IN_MYBB", 1);

 */

define("IN_MYBB", 1);

Zeile 133Zeile 133
// Loop through all the threads.
while($thread = $db->fetch_array($query))
{

// Loop through all the threads.
while($thread = $db->fetch_array($query))
{

    $items[$thread['tid']] = array(
"title" => $thread['subject'],
"link" => $channel['link'].get_thread_link($thread['tid']),
"date" => $thread['dateline'],
);

$firstposts[] = $thread['firstpost'];

	$items[$thread['tid']] = array(
"title" => $parser->parse_badwords($thread['subject']),
"link" => $channel['link'].get_thread_link($thread['tid']),
"date" => $thread['dateline'],
);

$firstposts[] = $thread['firstpost'];

}

if(!empty($firstposts))

}

if(!empty($firstposts))