Index: openacs-4/packages/xotcl-core/tcl/context-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/context-procs.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/xotcl-core/tcl/context-procs.tcl 7 Mar 2007 19:13:05 -0000 1.10 +++ openacs-4/packages/xotcl-core/tcl/context-procs.tcl 9 Mar 2007 11:02:56 -0000 1.11 @@ -50,6 +50,7 @@ } # get the query parameters (from the url) + #my log "--P processing actual query $actual_query" foreach querypart [split $actual_query &] { set name_value_pair [split $querypart =] set att_name [ns_urldecode [lindex $name_value_pair 0]]