Skip to content

Commit

Permalink
Added change to keep track of expanded vs. collapsed m2 changes on re…
Browse files Browse the repository at this point in the history
…cent mods.
  • Loading branch information
tvroom committed Mar 16, 2004
1 parent 1d041a8 commit 41030f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/Admin/admin.pl
Expand Up @@ -1899,6 +1899,11 @@ sub displayRecent {

}) || [ ];

if(defined $form->{show_m2s}){
$slashdb->setUser($user->{uid}, { user_m2_with_mod => $form->{show_m2s});
}


my $subj_vislen = 30;
for my $comm (@$recent_comments) {
vislenify($comm); # add $comm->{ipid_vis}
Expand Down

0 comments on commit 41030f6

Please sign in to comment.