X-Git-Url: http://git.vanrenterghem.biz/www.vanrenterghem.biz.git/blobdiff_plain/4b1ce0d83844cfd7c55e75a60ccb239882cd62e3..83ab5456767602f2a9860a7db7247f002ec96945:/phpBB2/viewtopic.php.rej diff --git a/phpBB2/viewtopic.php.rej b/phpBB2/viewtopic.php.rej deleted file mode 100644 index c7fa825..0000000 --- a/phpBB2/viewtopic.php.rej +++ /dev/null @@ -1,17 +0,0 @@ -*************** -*** 1107,1113 **** - { - // This was shamelessly 'borrowed' from volker at multiartstudio dot de - // via php.net's annotated manual -! $message = str_replace('\"', '"', substr(@preg_replace('#(\>(((?>([^><]+|(?R)))*)\<))#se', "@preg_replace('#\b(" . str_replace('\\', '\\\\', $highlight_match) . ")\b#i', '\\\\1', '\\0')", '>' . $message . '<'), 1, -1)); - } - - // ---- 1105,1111 ---- - { - // This was shamelessly 'borrowed' from volker at multiartstudio dot de - // via php.net's annotated manual -! $message = str_replace('\"', '"', substr(@preg_replace('#(\>(((?>([^><]+|(?R)))*)\<))#se', "@preg_replace('#\b(" . str_replace('\\', '\\\\', addslashes($highlight_match)) . ")\b#i', '\\\\1', '\\0')", '>' . $message . '<'), 1, -1)); - } - - //