Index: openacs-4/packages/acs-lang/tcl/acs-lang-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/tcl/acs-lang-init.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/acs-lang/tcl/acs-lang-init.tcl 11 Aug 2003 16:17:27 -0000 1.5 +++ openacs-4/packages/acs-lang/tcl/acs-lang-init.tcl 18 Aug 2003 08:10:21 -0000 1.6 @@ -6,12 +6,6 @@ @cvs-id $Id$ } -# Load message catalog from the database to memory - -lang::message::cache - - - # Load message catalog files from packages that don't have messages in the database already # This is done in a scheduled proc so that it won't take up time at server startup. # Instead, it can be done by a thread after the server has started multithreading. @@ -20,3 +14,7 @@ # PETER: Do we want this at all? ad_schedule_proc -once t 5 lang::catalog::import_from_all_files_and_cache + +# Load message catalog from the database to memory + +lang::message::cache