summaryrefslogtreecommitdiff
path: root/backlinks.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-04-14 19:36:19 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-04-14 19:36:19 +0000
commit6bc7884f038f3d4a8c44caf3fd8a6040428fed57 (patch)
treedf2df6a4ecc1b26befc768ddc22de64e9960bae5 /backlinks.php
parent280955f602e216d88b973a361ca33da84d9d0a66 (diff)
downloadwiki-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.php6
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"])) {