Index: openacs-4/packages/xowiki/tcl/chat-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/chat-procs.tcl,v diff -u -r1.21 -r1.22 --- openacs-4/packages/xowiki/tcl/chat-procs.tcl 1 Oct 2017 12:10:25 -0000 1.21 +++ openacs-4/packages/xowiki/tcl/chat-procs.tcl 21 Oct 2017 17:37:18 -0000 1.22 @@ -9,9 +9,9 @@ ::xo::ChatClass create Chat -superclass ::xo::Chat # Chat instproc render {} { - # my orderby time + # :orderby time # set result "" - # foreach child [my children] { + # foreach child [:children] { # set msg [$child msg] # set user_id [$child user_id] # set timelong [clock format [$child time]] @@ -25,8 +25,8 @@ # set creator "Nobody" # } # append result "$timeshort\ - # [my encode $creator]\ - # [my encode $msg]\n" + # [:encode $creator]\ + # [:encode $msg]\n" # } # return $result # } @@ -93,7 +93,7 @@ set mode streaming } } - my log "--chat mode $mode" + :log "--chat mode $mode" } # small javascript library to obtain a portable ajax request object @@ -126,7 +126,7 @@ } set file [open [acs_root_dir]/$jspath]; set js [read $file]; close $file - my log "--CHAT mode=$mode" + :log "--CHAT mode=$mode" set style { margin:1.5em 0 1.5em 0;