summaryrefslogtreecommitdiff
path: root/register.php
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-05-15 20:14:37 +0100
committerLester Caine <lester@lsces.co.uk>2026-05-15 20:14:37 +0100
commit9772cfff77f3edb7df7fd640078d4124439d18d2 (patch)
treefd3f2045c9bfc0d330d4bd8601bf82325da2648b /register.php
parent7a1d48e859dca00c099ca358abcca46c7ebf24fd (diff)
downloadusers-9772cfff77f3edb7df7fd640078d4124439d18d2.tar.gz
users-9772cfff77f3edb7df7fd640078d4124439d18d2.tar.bz2
users-9772cfff77f3edb7df7fd640078d4124439d18d2.zip
Remove unused group model code
Diffstat (limited to 'register.php')
-rwxr-xr-xregister.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/register.php b/register.php
index eb20ca4..2e7912e 100755
--- a/register.php
+++ b/register.php
@@ -92,12 +92,6 @@ closedir( $h );
sort( $flags );
$gBitSmarty->assign('flags', $flags);
-$listHash = [
- 'is_public' => 'y',
- 'sort_mode' => [ 'is_default_asc', 'group_desc_asc' ],
-];
-$groupList = $gBitUser->getAllGroups( $listHash );
-$gBitSmarty->assign( 'groupList', $groupList );
// include preferences settings from other packages - these will be included as individual tabs
$packages = [];