Index: openacs-4/packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl,v diff -u -r1.41.2.11 -r1.41.2.12 --- openacs-4/packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl 23 Aug 2022 18:44:55 -0000 1.41.2.11 +++ openacs-4/packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl 12 Sep 2022 16:26:11 -0000 1.41.2.12 @@ -215,15 +215,9 @@ return [tsearch2::driver_info] } -ad_proc -public tsearch2::driver_info { -} { - +ad_proc -private tsearch2::driver_info {} { @author Dave Bauer (dave@thedesignexperience.org) @creation-date 2004-06-05 - - @return - - @error } { return [list package_key tsearch2-driver version 2 automatic_and_queries_p 0 stopwords_p 1] }