Index: openacs-4/packages/dotlrn/www/one-community.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/one-community.tcl,v diff -u -r1.11 -r1.12 --- openacs-4/packages/dotlrn/www/one-community.tcl 17 Dec 2001 23:02:56 -0000 1.11 +++ openacs-4/packages/dotlrn/www/one-community.tcl 10 Jan 2002 19:30:18 -0000 1.12 @@ -2,14 +2,17 @@ Displays a community @author Ben Adida (ben@openforce.net) + @author yon (yon@openforce.net) @creation-date 2001-10-04 -} { + @version $Id$ +} -query { +} -properties { } # Check that this is a community type if {[ad_parameter community_level_p] != 1} { ns_returnredirect "./" - return + ad_script_abort } set user_id [ad_conn user_id]