Index: openacs-4/packages/acs-messaging/tcl/acs-messaging-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-messaging/tcl/acs-messaging-procs.tcl,v diff -u -N -r1.9.2.4 -r1.9.2.5 --- openacs-4/packages/acs-messaging/tcl/acs-messaging-procs.tcl 21 Oct 2021 12:29:54 -0000 1.9.2.4 +++ openacs-4/packages/acs-messaging/tcl/acs-messaging-procs.tcl 8 Sep 2022 16:17:02 -0000 1.9.2.5 @@ -17,9 +17,13 @@ }] } -ad_page_contract_filter acs_message_id { name value } { +ad_page_contract_filter -deprecated acs_message_id { name value } { Checks whether the value (assumed to be an integer) is the id of an already-existing OpenACS message. + + DEPRECATED: OpenACS now has a generic filter object_type. + + @see ad_page_contract_filter_proc_object_type } { # empty is okay (handled by notnull) if {$value eq ""} {