|
From: Paul S. O. <ps...@us...> - 2001-11-03 19:17:08
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv24237
Modified Files:
groupcp.php
Log Message:
Group control panel updates and mods + hidden group ability
Index: groupcp.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/groupcp.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** groupcp.php 2001/10/11 08:03:03 1.16
--- groupcp.php 2001/11/03 19:17:06 1.17
***************
*** 24,28 ****
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
- include($phpbb_root_path . 'includes/emailer.'.$phpEx);
//
--- 24,27 ----
***************
*** 35,299 ****
//
[...1746 lines suppressed...]
! {
! $template->assign_block_vars("groups_joined.groups_pending", array() );
! }
!
! if( $s_group_list_opt != "")
! {
! $template->assign_block_vars("groups_remaining", array() );
! }
$template->assign_vars(array(
***************
*** 882,884 ****
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
! ?>
--- 1111,1113 ----
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
! ?>
\ No newline at end of file
|