Skip to content

Commit

Permalink
added child mode for forums
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon 'CowboyNeal' Pater committed Nov 19, 2003
1 parent 03fb74a commit 692fc0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Slash/Slash.pm
Expand Up @@ -990,7 +990,8 @@ sub displayThread {
if ($user->{mode} eq 'flat'
|| $user->{mode} eq 'archive'
|| $user->{mode} eq 'metamod'
|| $user->{mode} eq 'parents') {
|| $user->{mode} eq 'parents'
|| $user->{mode} eq 'child') {
$indent = 0;
$full = 1;
} elsif ($user->{mode} eq 'nested') {
Expand Down

0 comments on commit 692fc0c

Please sign in to comment.