Index: openacs-4/packages/dotlrn/www/configure.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/configure.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/dotlrn/www/configure.tcl 20 Jan 2002 19:43:46 -0000 1.5 +++ openacs-4/packages/dotlrn/www/configure.tcl 23 Jan 2002 00:15:43 -0000 1.6 @@ -1,6 +1,6 @@ ad_page_contract { Displays a configuration page - + @author Ben Adida (ben@openforce.net) @author Arjun Sanyal (arjun@openforce.net) @author yon (yon@openforce.net) @@ -40,7 +40,7 @@ # Get the page set portal_id [db_string select_portal_id {} -default ""] - + # If there is no portal_id, this user is either a guest or something else if {[empty_string_p $portal_id]} { # do something @@ -50,5 +50,5 @@ set name [portal::get_name $portal_id] } } - + ad_return_template