Working on notifications and renaming Web to UI
This commit is contained in:
parent
31c7e127a8
commit
4388fa9b24
3 changed files with 22 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue