Vergleich xmlhttp.php - 1.2.2 - 1.2.3

  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: xmlhttp.php 2449 2006-11-27 22:57:17Z CraKteR $

 * $Id: xmlhttp.php 2477 2006-12-02 13:12:03Z CraKteR $

 */

/**

 */

/**

Zeile 467Zeile 467
	");
while($quoted_post = $db->fetch_array($query))
{

	");
while($quoted_post = $db->fetch_array($query))
{

		if(!is_moderator($quoted_post['fid']) && $quoted_post['visible'] == 0)

		if(is_moderator($quoted_post['fid']) != 'yes' && $quoted_post['visible'] == 0)

		{
continue;
}

		{
continue;
}