From cf898bba50ff34cb8b999e0a43c5176dcb201082 Mon Sep 17 00:00:00 2001 From: Max Kremmel Date: Thu, 13 Apr 2006 19:26:52 +0000 Subject: shifting preferences to their correct packages --- admin/schema_inc.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 6a97c10..44cb2cb 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -66,4 +66,9 @@ $indices = array ( // 'blog_posts_created_idx' => array( 'table' => 'blog_posts', 'cols' => 'created', 'opts' => NULL ), $gBitInstaller->registerSchemaIndexes( MESSAGES_PKG_NAME, $indices ); +// ### Default Preferences +$gBitInstaller->registerPreferences( MESSAGES_PKG_NAME, array( + //array(MESSAGES_PKG_NAME,'site_contact','n'), + array(MESSAGES_PKG_NAME,'contact_user','admin'), +) ); ?> -- cgit v1.3