|
From: Paul S. O. <ps...@us...> - 2002-02-11 13:00:13
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv1817
Modified Files:
viewtopic.php
Log Message:
No idea if this is as desired but 'topic link' now points to the current page
Index: viewtopic.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/viewtopic.php,v
retrieving revision 1.175
retrieving revision 1.176
diff -C2 -r1.175 -r1.176
*** viewtopic.php 11 Feb 2002 02:18:33 -0000 1.175
--- viewtopic.php 11 Feb 2002 13:00:08 -0000 1.176
***************
*** 655,658 ****
--- 655,659 ----
"S_WATCH_TOPIC" => $s_watching_topic,
+ "U_VIEW_TOPIC" => append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id&start=$start&postdays=$post_days&postorder=$post_order&highlight=" . $HTTP_GET_VARS['highlight']),
"U_VIEW_FORUM" => $view_forum_url,
"U_VIEW_OLDER_TOPIC" => $view_prev_topic_url,
|