diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-07-25 12:47:38 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-07-25 12:47:38 +0000 |
| commit | 04e53a1f7cb04b0e4218f3f4d575af6e64ea9a53 (patch) | |
| tree | 60c85a27d9c671c2cab80d099636c887e40f0321 /phpBB/admin/admin_groups.php | |
| parent | 70968cb0250437902dbb3423bf2b62df3cab183b (diff) | |
| download | forums-04e53a1f7cb04b0e4218f3f4d575af6e64ea9a53.tar forums-04e53a1f7cb04b0e4218f3f4d575af6e64ea9a53.tar.gz forums-04e53a1f7cb04b0e4218f3f4d575af6e64ea9a53.tar.bz2 forums-04e53a1f7cb04b0e4218f3f4d575af6e64ea9a53.tar.xz forums-04e53a1f7cb04b0e4218f3f4d575af6e64ea9a53.zip | |
Various updates + search indexing prelim stuff ... hosts will hate this version!
git-svn-id: file:///svn/phpbb/trunk@2735 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/admin/admin_groups.php')
| -rw-r--r-- | phpBB/admin/admin_groups.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/admin/admin_groups.php b/phpBB/admin/admin_groups.php index dbce1cb6a6..e3c35f1d93 100644 --- a/phpBB/admin/admin_groups.php +++ b/phpBB/admin/admin_groups.php @@ -24,9 +24,9 @@ define('IN_PHPBB', 1); if( !empty($setmodules) ) { $filename = basename(__FILE__); - $module['Groups']['Create'] = $filename . "SID&mode=create"; - $module['Groups']['Delete'] = $filename . "SID&mode=delete"; - $module['Groups']['Manage'] = $filename . "SID&mode=manage"; + $module['Groups']['Create'] = $filename . "$SID&mode=create"; + $module['Groups']['Delete'] = $filename . "$SID&mode=delete"; + $module['Groups']['Manage'] = $filename . "$SID&mode=manage"; return; } |
