[#13] moving to new &tag& format

This commit is contained in:
Xkeeper
2015-08-13 22:21:26 -07:00
parent e59edb197b
commit 813eaefa37
5 changed files with 87 additions and 102 deletions

View File

@@ -392,7 +392,8 @@
$pthread = $sql->fetchq("SELECT id,title,forum FROM threads WHERE id=$post[thread]", MYSQL_BOTH, true);
$pforum = $sql->fetchq("SELECT minpower FROM forums WHERE id=".intval($pthread[forum]), MYSQL_BOTH, true);
}
$post['act'] = $act[$post['user']];
$post['act'] = filter_int($act[$post['user']]);
if (!$pforum || $pforum['minpower'] <= $power)
$postlist .= threadpost($post, $bg, $pthread);