Skip to content

Commit

Permalink
Comment noting a maxstories fix we'll need to do.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiemccarthy committed Aug 2, 2004
1 parent 64816aa commit 1360a40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions themes/slashcode/htdocs/index.pl
Expand Up @@ -413,6 +413,8 @@ sub displayStories {
# right now we need all the edge we can get. Hopefully we can get this
# back on soon. - Jamie 2004/07/17
# my $user_maxstories = $user->{maxstories};
# Here, maxstories should come from the skin, and $cnt should be
# named minstories and that should come from the skin too.
my $user_maxstories = getCurrentAnonymousCoward("maxstories");
my $cnt = int($user_maxstories / 3);
my($return, $counter);
Expand Down

0 comments on commit 1360a40

Please sign in to comment.