Baseline
[www.vanrenterghem.biz.git] / phpBB2 / viewtopic.php.rej
1 ***************
2 *** 1107,1113 ****
3         {
4                 // This was shamelessly 'borrowed' from volker at multiartstudio dot de
5                 // via php.net's annotated manual
6 !               $message = str_replace('\"', '"', substr(@preg_replace('#(\>(((?>([^><]+|(?R)))*)\<))#se', "@preg_replace('#\b(" . str_replace('\\', '\\\\', $highlight_match) . ")\b#i', '<span style=\"color:#" . $theme['fontcolor3'] . "\"><b>\\\\1</b></span>', '\\0')", '>' . $message . '<'), 1, -1));
7         }
8   
9         //
10 --- 1105,1111 ----
11         {
12                 // This was shamelessly 'borrowed' from volker at multiartstudio dot de
13                 // via php.net's annotated manual
14 !               $message = str_replace('\"', '"', substr(@preg_replace('#(\>(((?>([^><]+|(?R)))*)\<))#se', "@preg_replace('#\b(" . str_replace('\\', '\\\\', addslashes($highlight_match)) . ")\b#i', '<span style=\"color:#" . $theme['fontcolor3'] . "\"><b>\\\\1</b></span>', '\\0')", '>' . $message . '<'), 1, -1));
15         }
16   
17         //