|
From: Paul S. O. <ps...@us...> - 2001-12-19 17:15:18
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv17134
Modified Files:
search.php
Log Message:
Fix for bug #494740
Index: search.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/search.php,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -r1.47 -r1.48
*** search.php 2001/12/15 17:50:28 1.47
--- search.php 2001/12/19 17:15:08 1.48
***************
*** 1215,1219 ****
"U_VIEW_FORUM" => $forum_url,
"U_VIEW_TOPIC" => $topic_url,
! "U_TOPIC_POSTER_PROFILE" => $topic_poster_profile_url)
);
}
--- 1215,1219 ----
"U_VIEW_FORUM" => $forum_url,
"U_VIEW_TOPIC" => $topic_url,
! "U_TOPIC_POSTER_PROFILE" => append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=" . $searchset[$i]['user_id']))
);
}
|