Vergleich online.php - 1.2.1 - 1.2.2

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 6
 * Website: http://www.mybboard.com
* License: http://www.mybboard.com/eula.html
*

 * Website: http://www.mybboard.com
* License: http://www.mybboard.com/eula.html
*

 * $Id: online.php 2228 2006-09-17 19:49:10Z Tikitiki $

 * $Id: online.php 2312 2006-10-02 02:34:49Z Tikitiki $

 */

define("IN_MYBB", 1);

 */

define("IN_MYBB", 1);

Zeile 209Zeile 209
	}
if($tidsql)
{

	}
if($tidsql)
{

		$query = $db->simple_select(TABLE_PREFIX."threads", "fid,tid,subject", "tid IN(0$tidsql) $fidnot");

		$query = $db->simple_select(TABLE_PREFIX."threads", "fid,tid,subject,visible", "tid IN(0$tidsql) $fidnot");

		while($thread = $db->fetch_array($query))
{

		while($thread = $db->fetch_array($query))
{

			$threads[$thread['tid']] = htmlspecialchars_uni($parser->parse_badwords($thread['subject']));
$fidsql .= ",$thread[fid]";




			if(is_moderator($thread['fid']) != "no" || $thread['visible'] != '0')
{
$threads[$thread['tid']] = htmlspecialchars_uni($parser->parse_badwords($thread['subject']));
$fidsql .= ",$thread[fid]";
}

		}
}
if($fidsql)

		}
}
if($fidsql)