Index: openacs-4/packages/forums/tcl/forum-reply-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/tcl/forum-reply-procs.tcl,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/forums/tcl/forum-reply-procs.tcl 7 Aug 2017 23:48:11 -0000 1.7 +++ openacs-4/packages/forums/tcl/forum-reply-procs.tcl 10 Jul 2018 10:36:10 -0000 1.8 @@ -13,8 +13,8 @@ ad_proc -public get_url { object_id } { - returns a full url to the object_id. - handles messages and forums. + Returns a full url to the object_id.
+ Handles messages and forums. } { set object_type [db_string select_object_type {}] @@ -41,6 +41,8 @@ ad_proc -public process_reply { reply_id } { + NotificationType.ProcessReply Service Contract implementation. + } { # Get the data notification::reply::get -reply_id $reply_id -array reply