Skip to content

Commit

Permalink
comment about slashboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiemccarthy committed Oct 9, 2004
1 parent d9134bb commit 88a13bd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions themes/slashcode/htdocs/users.pl
Expand Up @@ -1577,6 +1577,16 @@ sub tildeEd {
my $section_descref = { };
my $box_order;
my $sections_description = $reader->getSectionBlocks();

# the names of all the boxes in @{$skinBoxes->{$constants->{mainpage_skid}}}
# should be unioned into sections_description. whether the
# values are 0 or 1 is calculated correctly, but we're
# missing some 0's that should appear, I think, under
# some circumstances. ah heck, the whole concept of
# sectional slashboxes should be redone (why the heck
# do we have skinname_more instead of just a block
# called olderstories?)

my $slashboxes_hr = { };
my $slashboxes_textlist = $user_edit->{slashboxes};
if (!$slashboxes_textlist) {
Expand Down

0 comments on commit 88a13bd

Please sign in to comment.