Index: openacs-4/packages/dotlrn/www/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/index.tcl,v diff -u -r1.19 -r1.20 --- openacs-4/packages/dotlrn/www/index.tcl 11 Jan 2002 21:51:51 -0000 1.19 +++ openacs-4/packages/dotlrn/www/index.tcl 15 Jan 2002 20:47:01 -0000 1.20 @@ -34,7 +34,7 @@ set communities [dotlrn_community::get_all_communities_by_user $user_id] if {[llength $communities] == 0} { - ad_returnredirect index-not-a-user + ad_returnredirect "index-not-a-user" ad_script_abort } @@ -49,7 +49,7 @@ set portal_id [dotlrn::get_workspace_portal_id $user_id] if {[empty_string_p $portal_id]} { - ad_returnredirect index-not-a-user + ad_returnredirect "index-not-a-user" ad_script_abort }