Index: openacs-4/packages/forums/tcl/forum-message-reply-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/tcl/forum-message-reply-procs.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/forums/tcl/forum-message-reply-procs.tcl 7 Aug 2017 23:48:11 -0000 1.3 +++ openacs-4/packages/forums/tcl/forum-message-reply-procs.tcl 10 Jul 2018 10:03:30 -0000 1.4 @@ -13,21 +13,17 @@ ad_proc -public get_url { object_id } { + NotificationType.GetURL Service Contract implementation. + } - - } - ad_proc -public process_reply { reply_id } { - - } - + NotificationType.ProcessReply Service Contract implementation. + } - } - - - # Local variables: # mode: tcl # tcl-indent-level: 4