|
From: Paul S. O. <ps...@us...> - 2001-12-24 18:33:52
|
Update of /cvsroot/phpbb/phpBB2/admin
In directory usw-pr-cvs1:/tmp/cvs-serv3539/admin
Modified Files:
admin_forumauth.php
Log Message:
Fix action bug
Index: admin_forumauth.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/admin/admin_forumauth.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** admin_forumauth.php 2001/11/19 19:06:01 1.14
--- admin_forumauth.php 2001/12/24 18:33:49 1.15
***************
*** 21,26 ****
***************************************************************************/
- define("IN_ADMIN", true);
-
if($setmodules == 1)
{
--- 21,24 ----
***************
*** 334,340 ****
"L_RESET" => $lang['Reset'],
- "U_FORUMAUTH_ACTION" => append_sid("admin_forumauth.$phpEx?" . POST_FORUM_URL . "=$forum_id"),
"U_SWITCH_MODE" => $u_switch_mode,
"S_COLUMN_SPAN" => $s_column_span,
"S_HIDDEN_FIELDS" => $s_hidden_fields)
--- 332,338 ----
"L_RESET" => $lang['Reset'],
"U_SWITCH_MODE" => $u_switch_mode,
+ "S_FORUMAUTH_ACTION" => append_sid("admin_forumauth.$phpEx"),
"S_COLUMN_SPAN" => $s_column_span,
"S_HIDDEN_FIELDS" => $s_hidden_fields)
|