Vergleich printthread.php - 1.01 - 1.04

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 62Zeile 62
	{
$postrow['username'] = $postrow['userusername'];
}

	{
$postrow['username'] = $postrow['userusername'];
}

	$postrow['subject'] = htmlspecialchars_uni(stripslashes(dobadwords($postrow['subject'])));

	$postrow['subject'] = htmlspecialchars_uni(dobadwords($postrow['subject']));

	$postrow['date'] = mydate($mybb->settings['dateformat'], $postrow['dateline']);
$postrow['time'] = mydate($mybb->settings['timeformat'], $postrow['dateline']);

	$postrow['date'] = mydate($mybb->settings['dateformat'], $postrow['dateline']);
$postrow['time'] = mydate($mybb->settings['timeformat'], $postrow['dateline']);

	$postrow['message'] = postify(stripslashes($postrow['message']), $forum['allowmycode'], $forum['allowsmilies'], $forum['allowimgcode']);

	$postrow['message'] = postify($postrow['message'], $forum['allowhtml'], $forum['allowmycode'], $forum['allowsmilies'], $forum['allowimgcode']);

	// do me code
if($forum['allowmycode'] != "no")
{

	// do me code
if($forum['allowmycode'] != "no")
{