summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-04-13 19:26:52 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-04-13 19:26:52 +0000
commitcf898bba50ff34cb8b999e0a43c5176dcb201082 (patch)
tree943fa1d2435b2b1a61090804f570abf2045c6dac
parent75c325916b2d394906736030fb48eb060df8a9b7 (diff)
downloadmessages-cf898bba50ff34cb8b999e0a43c5176dcb201082.tar.gz
messages-cf898bba50ff34cb8b999e0a43c5176dcb201082.tar.bz2
messages-cf898bba50ff34cb8b999e0a43c5176dcb201082.zip
shifting preferences to their correct packages
-rw-r--r--admin/schema_inc.php5
1 files changed, 5 insertions, 0 deletions
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'),
+) );
?>