[Phpbb-php5mod-cvs-checkins] phpbb-php5 viewtopic.php,1.3,1.4
Brought to you by:
jelly_doughnut
From: Josh <jel...@us...> - 2004-12-21 03:06:34
|
Update of /cvsroot/phpbb-php5mod/phpbb-php5 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7291 Modified Files: viewtopic.php Log Message: Hoping for 2.0.11.3 release in time for xmas Index: viewtopic.php =================================================================== RCS file: /cvsroot/phpbb-php5mod/phpbb-php5/viewtopic.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** viewtopic.php 20 Nov 2004 01:01:10 -0000 1.3 --- viewtopic.php 21 Dec 2004 03:06:12 -0000 1.4 *************** *** 484,488 **** { // Split words and phrases ! $words = explode(' ', trim(htmlspecialchars($HTTP_GET_VARS['highlight']))); for($i = 0; $i < sizeof($words); $i++) --- 484,488 ---- { // Split words and phrases ! $words = explode(' ', trim(htmlspecialchars($_GET['highlight']))); for($i = 0; $i < sizeof($words); $i++) |