Vergleich warnings.php - 1.4.1 - 1.4.3

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 6
 * Website: http://www.mybboard.net
* License: http://www.mybboard.net/about/license
*

 * Website: http://www.mybboard.net
* License: http://www.mybboard.net/about/license
*

 * $Id: warnings.php 4119 2008-08-16 01:00:23Z Tikitiki $

 * $Id: warnings.php 4187 2008-09-13 04:12:56Z Tikitiki $

 */

define("IN_MYBB", 1);

 */

define("IN_MYBB", 1);

Zeile 823Zeile 823
	{
$warning['post_subject'] = $parser->parse_badwords($warning['post_subject']);
$warning['post_subject'] = htmlspecialchars_uni($warning['post_subject']);

	{
$warning['post_subject'] = $parser->parse_badwords($warning['post_subject']);
$warning['post_subject'] = htmlspecialchars_uni($warning['post_subject']);

		$post_link = get_post_link($warning['pid']);

		$post_link = get_post_link($warning['pid'])."#pid{$warning['pid']}";

		eval("\$warning_info = \"".$templates->get("warnings_view_post")."\";");
}
else

		eval("\$warning_info = \"".$templates->get("warnings_view_post")."\";");
}
else