Index: openacs-4/packages/xotcl-core/tcl/generic-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/generic-procs.tcl,v diff -u -r1.94 -r1.94.6.1 --- openacs-4/packages/xotcl-core/tcl/generic-procs.tcl 27 Oct 2009 11:34:44 -0000 1.94 +++ openacs-4/packages/xotcl-core/tcl/generic-procs.tcl 13 Oct 2013 18:15:14 -0000 1.94.6.1 @@ -163,7 +163,7 @@ if {$link eq "view"} { set link [export_vars -base $link {item_id}] } - #ns_log notice "-- redirect to $link // [string match *\?* $link]" + #ns_log notice "-- redirect to $link // [string match "*\?*" $link]" ad_returnredirect $link ad_script_abort }