summaryrefslogtreecommitdiff
path: root/backlinks.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-02-06 22:56:52 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-02-06 22:56:52 +0000
commit3c7738bde4f7fa9d7074c42ef6e4fde1b12724b3 (patch)
treeabbe43c4efc79fa0072b4057bda8025077d7a68b /backlinks.php
parentd9d51734da1bdfd0a08764a4984764da92d0ec6a (diff)
downloadwiki-3c7738bde4f7fa9d7074c42ef6e4fde1b12724b3.tar.gz
wiki-3c7738bde4f7fa9d7074c42ef6e4fde1b12724b3.tar.bz2
wiki-3c7738bde4f7fa9d7074c42ef6e4fde1b12724b3.zip
further paermission renaming and cleanup
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 23e45de..986d505 100644
--- a/backlinks.php
+++ b/backlinks.php
@@ -3,13 +3,13 @@
* assigned_modules
*
* @author spider <spider@steelsun.com>
- * @version $Revision: 1.5 $
+ * @version $Revision: 1.6 $
* @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.5 2006/02/04 19:04:34 squareing Exp $
+// $Header: /cvsroot/bitweaver/_bit_wiki/backlinks.php,v 1.6 2006/02/06 22:56:52 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( 'feature_backlinks' );
+$gBitSystem->verifyFeature( 'backlinks' );
// Get the page from the request var or default it to HomePage
if (!isset($_REQUEST["page"])) {