Fixed quotes/cites in posts.

This commit is contained in:
Savetheinternet 2010-12-01 13:08:35 +11:00 committed by Paul Merrill
parent 9e58ce6ed4
commit b61193d86b

View File

@ -212,7 +212,7 @@
}
function markup(&$body) {
global $sql;
global $sql, $board;
if(AUTO_UNICODE) {
$body = str_replace('...', '…', $body);