Index: openacs-4/packages/chat/www/html-chat.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/chat/www/Attic/html-chat.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/chat/www/html-chat.tcl 24 Jun 2006 14:23:42 -0000 1.2 +++ openacs-4/packages/chat/www/html-chat.tcl 19 Nov 2007 01:14:16 -0000 1.3 @@ -17,7 +17,7 @@ set richclient(msg) "[_ chat.${richclient(short)}_client_msg]" set richclient(title) "[_ chat.[string totitle $richclient(short)]]" -if { ($read_p == "0" && $write_p == "0") || ($ban_p == "1") || ($active eq "f") } { +if { ($read_p == "0" && $write_p == "0") || ($ban_p == "1") || ($active == "f") } { #Display unauthorize privilege page. ad_returnredirect unauthorized ad_script_abort