Vergleich printthread.php - 1.00 - 1.04

  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$

 * $Id: printthread.php 324 2005-07-30 08:36:52Z k776 $

 */

define("KILL_GLOBALS", 1);

 */

define("KILL_GLOBALS", 1);

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")
{