Index: openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl,v diff -u -N -r1.32 -r1.33 --- openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl 24 Jun 2015 07:10:29 -0000 1.32 +++ openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl 24 Jun 2015 09:22:02 -0000 1.33 @@ -1998,9 +1998,9 @@ return 0 } -ad_page_contract_filter wordplus { name value } { - Checks whether the value is a Tcl word, or some more - rather safe characters. +ad_page_contract_filter token { name value } { + Checks whether the value is a Tcl word, or contains a few + rather safe other characters (",", "-") used e.g. in orderby. @author Gustaf Neumann @creation-date 24 June 2015