summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-04-14 20:25:52 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-04-14 20:25:52 +0000
commit069636639ae70da6081a78b4d598452a3bf51ec1 (patch)
treeda3ebd2d96731cd3f1ed64d48e5076750b46b95e /admin
parentcf898bba50ff34cb8b999e0a43c5176dcb201082 (diff)
downloadmessages-069636639ae70da6081a78b4d598452a3bf51ec1.tar.gz
messages-069636639ae70da6081a78b4d598452a3bf51ec1.tar.bz2
messages-069636639ae70da6081a78b4d598452a3bf51ec1.zip
more kernel_config renames
Diffstat (limited to 'admin')
-rw-r--r--admin/admin_messages_inc.php6
-rw-r--r--admin/schema_inc.php4
2 files changed, 5 insertions, 5 deletions
diff --git a/admin/admin_messages_inc.php b/admin/admin_messages_inc.php
index 65993b1..c9956dd 100644
--- a/admin/admin_messages_inc.php
+++ b/admin/admin_messages_inc.php
@@ -1,6 +1,6 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_messages/admin/admin_messages_inc.php,v 1.1 2006/04/12 06:38:35 squareing Exp $
+// $Header: /cvsroot/bitweaver/_bit_messages/admin/admin_messages_inc.php,v 1.2 2006/04/14 20:25:52 squareing Exp $
// Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
@@ -14,8 +14,8 @@ $users_list = $gBitUser->get_users_names();
$gBitSmarty->assign( 'users_list', ( count( $users_list ) < 50 ) ? $users_list : NULL );
if( !empty( $_REQUEST['anonymous_settings'] ) ) {
- simple_set_toggle( "site_contact", MESSAGES_PKG_NAME );
- simple_set_value( "contact_user", MESSAGES_PKG_NAME );
+ simple_set_toggle( "messages_site_contact", MESSAGES_PKG_NAME );
+ simple_set_value( "messages_contact_user", MESSAGES_PKG_NAME );
}
$gBitSystem->setHelpInfo( 'Features', 'Settings', 'Help with the features settings' );
diff --git a/admin/schema_inc.php b/admin/schema_inc.php
index 44cb2cb..398ef88 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -68,7 +68,7 @@ $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'),
+ //array(MESSAGES_PKG_NAME,'messages_site_contact','n'),
+ array(MESSAGES_PKG_NAME,'messages_contact_user','admin'),
) );
?>