|
From: Paul S. O. <ps...@us...> - 2002-01-25 12:42:52
|
Update of /cvsroot/phpbb/phpBB2/admin
In directory usw-pr-cvs1:/tmp/cvs-serv15935/admin
Modified Files:
index.php
Log Message:
Fixed viewforum/admin_forum bug for guests
Index: index.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/admin/index.php,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -r1.32 -r1.33
*** index.php 2002/01/11 10:26:52 1.32
--- index.php 2002/01/25 12:42:49 1.33
***************
*** 509,513 ****
else
{
! $location_url = append_sid("viewforum.$phpEx?" . POST_FORUM_URL . "=" . $onlinerow_guest[$i]['session_page']);
$location = $forum_data[$onlinerow_guest[$i]['session_page']];
}
--- 509,513 ----
else
{
! $location_url = append_sid("admin_forums.$phpEx?mode=editforum&" . POST_FORUM_URL . "=" . $onlinerow_guest[$i]['session_page']);
$location = $forum_data[$onlinerow_guest[$i]['session_page']];
}
|