Index: openacs-4/packages/forums/www/charter.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/Attic/charter.tcl,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/forums/www/charter.tcl 29 Sep 2005 15:43:06 -0000 1.1.2.1 @@ -0,0 +1,20 @@ +# packages/forums/www/charter.tcl + +ad_page_contract { + + Display the charter of a forum + + @author sussdorff aolserver (sussdorff@ipxserver.de) + @creation-date 2005-09-29 + @arch-tag: b5184736-5c5c-4dc1-a054-7edb96957ac9 + @cvs-id $Id: charter.tcl,v 1.1.2.1 2005/09/29 15:43:06 maltes Exp $ +} { + forum_id +} -properties { +} -validate { +} -errors { +} + +# Get forum data +forum::get -forum_id $forum_id -array forum +