|
From: Paul S. O. <ps...@us...> - 2001-12-16 01:43:23
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv10746
Modified Files:
groupcp.php
Log Message:
Should fix bug #493448 I can't believe the cockup I made, that was a good one even by my standards
Index: groupcp.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/groupcp.php,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** groupcp.php 2001/12/03 00:31:49 1.31
--- groupcp.php 2001/12/16 01:43:20 1.32
***************
*** 1207,1212 ****
"L_SUBSCRIBE" => $lang['Subscribe'],
"L_UNSUBSCRIBE" => $lang['Unsubscribe'],
! "L_VIEW_INFORMATION" => $lang['View_Information'],
"GROUP_LIST_SELECT" => $s_group_list,
"GROUP_PENDING_SELECT" => $s_pending_groups,
--- 1207,1214 ----
"L_SUBSCRIBE" => $lang['Subscribe'],
"L_UNSUBSCRIBE" => $lang['Unsubscribe'],
! "L_VIEW_INFORMATION" => $lang['View_Information'],
+ "S_USERGROUP_ACTION" => append_sid("groupcp.$phpEx"),
+
"GROUP_LIST_SELECT" => $s_group_list,
"GROUP_PENDING_SELECT" => $s_pending_groups,
***************
*** 1223,1225 ****
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
! ?>
--- 1225,1227 ----
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
! ?>
\ No newline at end of file
|