Vergleich newreply.php - 1.2.1 - 1.2.5

  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: newreply.php 2277 2006-09-27 10:26:56Z chris $

 * $Id: newreply.php 2598 2007-01-02 17:17:32Z CraKteR $

 */

define("IN_MYBB", 1);

 */

define("IN_MYBB", 1);

Zeile 271Zeile 271
	}
else
{

	}
else
{

		$user_check = "p.ipaddress='{$session->ipaddress}'";

		$user_check = "p.ipaddress='".$db->escape_string($session->ipaddress)."'";

	}
if(!$mybb->input['savedraft'])
{

	}
if(!$mybb->input['savedraft'])
{

Zeile 469Zeile 469
			{
$unviewable_forums = "AND t.fid NOT IN ({$unviewable_forums})";
}

			{
$unviewable_forums = "AND t.fid NOT IN ({$unviewable_forums})";
}

			if(is_moderator($fid))

			if(is_moderator($fid) == "yes")

			{
$visible_where = "AND p.visible != 2";
}

			{
$visible_where = "AND p.visible != 2";
}