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.30.2.18 -r1.30.2.19 --- openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl 24 Jun 2015 07:09:13 -0000 1.30.2.18 +++ openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl 24 Jun 2015 09:23:10 -0000 1.30.2.19 @@ -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