diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-04-14 19:36:19 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-04-14 19:36:19 +0000 |
| commit | 6bc7884f038f3d4a8c44caf3fd8a6040428fed57 (patch) | |
| tree | df2df6a4ecc1b26befc768ddc22de64e9960bae5 /backlinks.php | |
| parent | 280955f602e216d88b973a361ca33da84d9d0a66 (diff) | |
| download | wiki-6bc7884f038f3d4a8c44caf3fd8a6040428fed57.tar.gz wiki-6bc7884f038f3d4a8c44caf3fd8a6040428fed57.tar.bz2 wiki-6bc7884f038f3d4a8c44caf3fd8a6040428fed57.zip | |
change wiki kernel preference names to be standard compliant
Diffstat (limited to 'backlinks.php')
| -rw-r--r-- | backlinks.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/backlinks.php b/backlinks.php index f1594f7..13a2c72 100644 --- a/backlinks.php +++ b/backlinks.php @@ -3,13 +3,13 @@ * assigned_modules * * @author spider <spider@steelsun.com> - * @version $Revision: 1.7 $ + * @version $Revision: 1.8 $ * @package wiki * @subpackage functions * @copyright Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al. * @license Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details. */ -// $Header: /cvsroot/bitweaver/_bit_wiki/backlinks.php,v 1.7 2006/04/11 13:10:33 squareing Exp $ +// $Header: /cvsroot/bitweaver/_bit_wiki/backlinks.php,v 1.8 2006/04/14 19:36:19 squareing Exp $ // All Rights Reserved. See copyright.txt for details and a complete list of authors. /** @@ -19,7 +19,7 @@ require_once( '../bit_setup_inc.php' ); include_once( WIKI_PKG_PATH.'lookup_page_inc.php'); $gBitSystem->verifyPackage( 'wiki' ); -$gBitSystem->verifyFeature( 'backlinks' ); +$gBitSystem->verifyFeature( 'wiki_backlinks' ); // Get the page from the request var or default it to HomePage if (!isset($_REQUEST["page"])) { |
