viewthread.php出问题啦
打开帖子会出现
Fatal error: Call to undefined function highlight() in /home/bbs/viewthread.php(602) : regexp code on line 1
文件中的这一行是
$postlist[$firstpid]['message'] = preg_replace('#(^|>)([^<]+)(?=<|$)#sUe', "highlight('\\2', \$_DCACHE[tags], '\\1')", $postlist[$firstpid]['message']);
注释掉之后就没事了
请问是怎么回事,要紧么?