Skip to content

Commit

Permalink
and one more fix so it doesn't break comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon 'CowboyNeal' Pater committed Nov 18, 2003
1 parent 2772a9a commit 2e361d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slash/DB/MySQL/MySQL.pm
Expand Up @@ -8517,7 +8517,7 @@ sub getMenus {
########################################################
# for ubb_like_forums
sub getForumDescription {
my($self, $forum_id);
my($self, $forum_id) = @_;

my $desc = $self->sqlSelect('comment', 'comments, comment_text', "comments.cid=comment_text.cid AND sid=$forum_id", 'ORDER BY comments.cid ASC LIMIT 1');

Expand Down

0 comments on commit 2e361d8

Please sign in to comment.