Working on notifications and renaming Web to UI

This commit is contained in:
JT Smith 2003-10-11 17:09:38 +00:00
parent 31c7e127a8
commit 4388fa9b24
3 changed files with 22 additions and 5 deletions

View file

@ -75,7 +75,6 @@ sub incrementReplies {
my ($self, $dateOfReply, $replyId) = @_;
WebGUI::SQL->write("update forumThread set replies=replies+1, lastPostId=$replyId, lastPostDate=$dateOfReply
where forumThreadId=".$self->get("forumThreadId"));
#add method to notify users for subscriptions
}
sub incrementViews {