aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/admin/admin_groups.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-01-27 18:16:22 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-01-27 18:16:22 +0000
commit0c26de16eb7ddadb2014596ad6fe98caf22302b9 (patch)
tree5b514949de89bcc2850227bfdc561de161435853 /phpBB/admin/admin_groups.php
parent47cc239b1dd653be5373e8250ae3f5eeb70464e8 (diff)
downloadforums-0c26de16eb7ddadb2014596ad6fe98caf22302b9.tar
forums-0c26de16eb7ddadb2014596ad6fe98caf22302b9.tar.gz
forums-0c26de16eb7ddadb2014596ad6fe98caf22302b9.tar.bz2
forums-0c26de16eb7ddadb2014596ad6fe98caf22302b9.tar.xz
forums-0c26de16eb7ddadb2014596ad6fe98caf22302b9.zip
Category and module lang name changes + show ban information when selecting entries to unban
git-svn-id: file:///svn/phpbb/trunk@3367 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/admin/admin_groups.php')
-rw-r--r--phpBB/admin/admin_groups.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/phpBB/admin/admin_groups.php b/phpBB/admin/admin_groups.php
index 893672498b..94771d4fe6 100644
--- a/phpBB/admin/admin_groups.php
+++ b/phpBB/admin/admin_groups.php
@@ -27,9 +27,8 @@ if( !empty($setmodules) )
}
$filename = basename(__FILE__);
- $module['Groups']['Create'] = $filename . "$SID&amp;mode=create";
- $module['Groups']['Delete'] = $filename . "$SID&amp;mode=delete";
- $module['Groups']['Manage'] = $filename . "$SID&amp;mode=manage";
+ $module['GROUP']['CREATE'] = $filename . "$SID&amp;mode=create";
+ $module['GROUP']['MANAGE'] = $filename . "$SID&amp;mode=manage";
return;
}