-- -- packages/language/sql/language-create.sql -- -- @author Jeff Davis (davis@arsdigita.com) -- @creation-date 2000-09-10 -- @cvs-id $Id: ad-locales-drop.sql,v 1.1.1.1 2002/07/09 17:34:58 rmello Exp $ -- -- **************************************************************************** -- * The lang_messages table holds the message catalog. -- * It is populated by ad_lang_message_register. -- * The registered_p flag denotes that a message exists in a file -- * that gets loaded on server startup, and hence should not get updated. -- **************************************************************************** drop table ad_locales;