Vergleich syndication.php - 1.4.7 - 1.4.8

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 1Zeile 1
<?php
/**
* MyBB 1.4

<?php
/**
* MyBB 1.4

 * Copyright � 2008 MyBB Group, All Rights Reserved

 * Copyright © 2008 MyBB Group, All Rights Reserved

 *
* Website: http://www.mybboard.net
* License: http://www.mybboard.net/about/license
*

 *
* Website: http://www.mybboard.net
* License: http://www.mybboard.net/about/license
*

 * $Id: syndication.php 4304 2009-01-02 01:11:56Z chris $

 * $Id: syndication.php 4383 2009-06-18 11:25:58Z Tomm $

 */

define("IN_MYBB", 1);

 */

define("IN_MYBB", 1);

Zeile 33Zeile 33
{
$thread_limit = 50;
}

{
$thread_limit = 50;
}

else if(!$thread_limit)

else if(!$thread_limit || $thread_limit < 0)

{
$thread_limit = 20;
}

{
$thread_limit = 20;
}