summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-02-06 22:56:45 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-02-06 22:56:45 +0000
commit5a5be3152bddf3aba2f10fbb1991356ba75b9ff8 (patch)
treef7cfbab61ac6775a2018e348be16c52c836ae9dc
parentef0810a35d475f339055c72c588e13e2f827c760 (diff)
downloadinstall-5a5be3152bddf3aba2f10fbb1991356ba75b9ff8.tar.gz
install-5a5be3152bddf3aba2f10fbb1991356ba75b9ff8.tar.bz2
install-5a5be3152bddf3aba2f10fbb1991356ba75b9ff8.zip
further paermission renaming and cleanup
-rw-r--r--install_inc.php8
-rw-r--r--templates/install_bit_settings.tpl2
2 files changed, 5 insertions, 5 deletions
diff --git a/install_inc.php b/install_inc.php
index 241055e..074595e 100644
--- a/install_inc.php
+++ b/install_inc.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_install/install_inc.php,v 1.8 2005/11/22 07:26:29 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_install/install_inc.php,v 1.9 2006/02/06 22:56:45 squareing Exp $
* @package install
* @subpackage functions
*/
@@ -100,9 +100,9 @@ if (isset($_REQUEST['kill'])) {
}
// set prefs to display help during install
-$gBitSystem->mPrefs['feature_help'] = 'y';
-$gBitSystem->mPrefs['feature_helpnotes'] = 'y';
-$gBitSystem->mPrefs['feature_helppopup'] = 'n';
+$gBitSystem->mPrefs['help'] = 'y';
+$gBitSystem->mPrefs['help_notes'] = 'y';
+$gBitSystem->mPrefs['help_popup'] = 'n';
$commands = array();
global $failedcommands;
diff --git a/templates/install_bit_settings.tpl b/templates/install_bit_settings.tpl
index 4e16cfd..449e91e 100644
--- a/templates/install_bit_settings.tpl
+++ b/templates/install_bit_settings.tpl
@@ -49,7 +49,7 @@
<option {if $package.name=='wiki'}selected="selected"{/if} value="{$package.name}">{$package.name}</option>
{/if}
{/foreach}
- {if $gBitSystem->isFeatureActive( 'feature_custom_home' )}
+ {if $gBitSystem->isFeatureActive( 'custom_home' )}
<option value="custom_home"{if $bit_index eq $url_index} selected="selected"{/if}>{tr}Custom home{/tr}</option>
{/if}
</select>