diff options
| author | Christian Fowler <spider@viovio.com> | 2006-04-19 17:11:19 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2006-04-19 17:11:19 +0000 |
| commit | b320d0821863954994e64a7c78e782662043a3af (patch) | |
| tree | a8ed33e1f6f5a67b91688840265a2c6d7fc00320 /custom_home.php | |
| parent | 312a4b207665bc9160f68f9858a2bd0457124172 (diff) | |
| download | users-b320d0821863954994e64a7c78e782662043a3af.tar.gz users-b320d0821863954994e64a7c78e782662043a3af.tar.bz2 users-b320d0821863954994e64a7c78e782662043a3af.zip | |
mass kernel_config renaming for users_
Diffstat (limited to 'custom_home.php')
| -rw-r--r-- | custom_home.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/custom_home.php b/custom_home.php index bbe9988..ea98909 100644 --- a/custom_home.php +++ b/custom_home.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_users/custom_home.php,v 1.5 2006/02/06 22:56:51 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_users/custom_home.php,v 1.6 2006/04/19 17:11:19 spiderr 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: custom_home.php,v 1.5 2006/02/06 22:56:51 squareing Exp $ + * $Id: custom_home.php,v 1.6 2006/04/19 17:11:19 spiderr Exp $ * @package users * @subpackage functions */ @@ -33,7 +33,7 @@ print_r($h); $b = $nntp->getBody(1); print_r($b); */ -$gBitSystem->verifyFeature( 'custom_home' ); +$gBitSystem->verifyFeature( 'users_custom_home' ); // Display the template $gBitSystem->display( 'bitpackage:users/custom_home_2.tpl'); ?> |
