mpre updates

This commit is contained in:
yi12345
2013-05-28 00:10:20 +03:00
parent e8df6da972
commit 64f44d470f
4 changed files with 40 additions and 28 deletions
+4
View File
@@ -83,6 +83,10 @@ foreach($posts as $po) {
$owner = $database->getUserArray($po['owner'],1);
$allianceinfo = $database->getAlliance($owner['alliance']);
$input = $po['post'];
$alliance = $po['alliance0'];
$player = $po['player0'];
$coor = $po['coor0'];
$report = $po['report0'];
include("GameEngine/BBCode.php");
$bbcode_post = stripslashes(nl2br($bbcoded));