Index: openacs-4/packages/acs-content-repository/tcl/content-revision-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/content-revision-procs.tcl,v diff -u -N -r1.36.2.8 -r1.36.2.9 --- openacs-4/packages/acs-content-repository/tcl/content-revision-procs.tcl 2 Sep 2021 16:40:49 -0000 1.36.2.8 +++ openacs-4/packages/acs-content-repository/tcl/content-revision-procs.tcl 12 Sep 2022 15:30:42 -0000 1.36.2.9 @@ -775,9 +775,11 @@ } -ad_proc -public content::revision::update_attribute_index { +ad_proc -deprecated content::revision::update_attribute_index {} { + DEPRECATED: the db api for this proc was deleted in 2005 + + @see https://github.com/openacs/openacs-core/commit/1cf48b17dd5faa0a2cbd988ab28d3127d3e25c61#diff-f580056c1afc98a3c8bda629878b7ea8 } { -} { return [package_exec_plsql content_revision update_attribute_index] }