Index: openacs-4/packages/sloan-bboard/www/message-subscribe.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/sloan-bboard/www/message-subscribe.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/sloan-bboard/www/message-subscribe.tcl 15 Feb 2002 21:27:07 -0000 1.1 +++ openacs-4/packages/sloan-bboard/www/message-subscribe.tcl 29 Mar 2002 19:35:47 -0000 1.2 @@ -1,3 +1,19 @@ +# +# Copyright (C) 2001, 2002 OpenForce, Inc. +# +# This file is part of dotLRN. +# +# dotLRN is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# dotLRN is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more +# details. +# + ad_page_contract { Subscribe the current user to a given message thread. @@ -19,4 +35,4 @@ -thread_id $message_id -subscriber_id [ad_verify_and_get_user_id] } -ad_returnredirect "[bboard_message_page]?forum_id=$forum_id&message_id=$message_id" \ No newline at end of file +ad_returnredirect "[bboard_message_page]?forum_id=$forum_id&message_id=$message_id"