categories-init.tcl

Does not contain a contract.

Location:
/packages/categories/tcl/categories-init.tcl

Related Files

[ hide source ] | [ make this the default ]

File Contents

ad_library {
    Procs for the site-wide categorization package.

    @author Timo Hentschel (timo@timohentschel.de)

    @creation-date 16 April 2003
    @cvs-id $Id: categories-init.tcl,v 1.5 2017/08/07 23:48:05 gustafn Exp $
}

category::reset_translation_cache
category_tree::reset_translation_cache
category_tree::reset_cache

ad_schedule_proc -thread t -schedule_proc ns_schedule_daily [list 0 16] category_synonym::search_sweeper

# Local variables:
#    mode: tcl
#    tcl-indent-level: 4
#    indent-tabs-mode: nil
# End: