forum::sc::register_implementations (private, deprecated)

 forum::sc::register_implementations

Defined in packages/forums/tcl/forums-sc-procs.tcl

Deprecated. Invoking this procedure generates a warning.

Register the forum_forum and forum_message content type fts contract DEPRECATED: search is implemented using callbacks now.

See Also:
  • forums-callback-procs.tcl

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc forum::sc::register_implementations
    db_transaction {
        forum::sc::register_forum_fts_impl
        forum::sc::register_message_fts_impl
    }
XQL Not present:
Generic, Oracle
PostgreSQL XQL file:
packages/forums/tcl/forums-sc-procs-postgresql.xql

[ hide source ] | [ make this the default ]
Show another procedure: