diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-02-06 22:56:52 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-02-06 22:56:52 +0000 |
| commit | 25d030792dc890cb40286feb98414090ad415226 (patch) | |
| tree | 70906354cf81de1addc74462d0c3123fb0e56b51 /custom_home.php | |
| parent | 546e2f09b92a59f52c123668a02d6f5abe635a09 (diff) | |
| download | users-25d030792dc890cb40286feb98414090ad415226.tar.gz users-25d030792dc890cb40286feb98414090ad415226.tar.bz2 users-25d030792dc890cb40286feb98414090ad415226.zip | |
further paermission renaming and cleanup
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 e674bd3..bbe9988 100644 --- a/custom_home.php +++ b/custom_home.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_users/custom_home.php,v 1.4 2006/01/27 21:57:22 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_users/custom_home.php,v 1.5 2006/02/06 22:56:51 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: custom_home.php,v 1.4 2006/01/27 21:57:22 squareing Exp $ + * $Id: custom_home.php,v 1.5 2006/02/06 22:56:51 squareing Exp $ * @package users * @subpackage functions */ @@ -33,7 +33,7 @@ print_r($h); $b = $nntp->getBody(1); print_r($b); */ -$gBitSystem->verifyFeature( 'feature_custom_home' ); +$gBitSystem->verifyFeature( 'custom_home' ); // Display the template $gBitSystem->display( 'bitpackage:users/custom_home_2.tpl'); ?> |
