summaryrefslogtreecommitdiff
path: root/module_controls_inc.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-04-19 13:48:38 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-04-19 13:48:38 +0000
commit59b122ce95b34331e21ea1480f48246602727c79 (patch)
treea7fbcc58f99a61cb89130592daae872dd3ccfbe2 /module_controls_inc.php
parent5b0179869442a8b8a3f4c928a87e48ada95d5022 (diff)
downloadkernel-59b122ce95b34331e21ea1480f48246602727c79.tar.gz
kernel-59b122ce95b34331e21ea1480f48246602727c79.tar.bz2
kernel-59b122ce95b34331e21ea1480f48246602727c79.zip
more kernel_config renames
Diffstat (limited to 'module_controls_inc.php')
-rw-r--r--module_controls_inc.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/module_controls_inc.php b/module_controls_inc.php
index b14ccd2..bd9bf0b 100644
--- a/module_controls_inc.php
+++ b/module_controls_inc.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_kernel/module_controls_inc.php,v 1.7 2006/04/11 13:05:16 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_kernel/module_controls_inc.php,v 1.8 2006/04/19 13:48:37 squareing Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* All Rights Reserved. See copyright.txt for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details
*
- * $Id: module_controls_inc.php,v 1.7 2006/04/11 13:05:16 squareing Exp $
+ * $Id: module_controls_inc.php,v 1.8 2006/04/19 13:48:37 squareing Exp $
* @package kernel
* @subpackage functions
*/
@@ -23,8 +23,8 @@ if (!$gBitUser->hasPermission( 'p_tidbits_configure_modules' )) {
$gBitSystem->display( 'error.tpl' );
die;
}
-/*if (!$gBitSystem->isFeatureActive( 'user_assigned_modules' ) && $check_req) {
- $gBitSmarty->assign('msg', tra("This feature is disabled").": user_assigned_modules");
+/*if (!$gBitSystem->isFeatureActive( 'site_user_assigned_modules' ) && $check_req) {
+ $gBitSmarty->assign('msg', tra("This feature is disabled").": site_user_assigned_modules");
$gBitSystem->display( 'error.tpl' );
die;
}*/