summaryrefslogtreecommitdiff
path: root/print.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 /print.php
parentd9d51734da1bdfd0a08764a4984764da92d0ec6a (diff)
downloadwiki-3c7738bde4f7fa9d7074c42ef6e4fde1b12724b3.tar.gz
wiki-3c7738bde4f7fa9d7074c42ef6e4fde1b12724b3.tar.bz2
wiki-3c7738bde4f7fa9d7074c42ef6e4fde1b12724b3.zip
further paermission renaming and cleanup
Diffstat (limited to 'print.php')
-rw-r--r--print.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/print.php b/print.php
index f6172ac..d929034 100644
--- a/print.php
+++ b/print.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/print.php,v 1.9 2006/02/06 16:20:09 squareing Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/print.php,v 1.10 2006/02/06 22:56:52 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: print.php,v 1.9 2006/02/06 16:20:09 squareing Exp $
+ * $Id: print.php,v 1.10 2006/02/06 22:56:52 squareing Exp $
* @package wiki
* @subpackage functions
*/
@@ -49,7 +49,7 @@ if ($gBitSystem->isFeatureActive( 'count_admin_pvs' ) || !$gBitUser->isAdmin())
}
// Get page data
$info = $gContent->mInfo;
-if ($gBitSystem->isFeatureActive( 'wiki_feature_copyrights' ) && $gBitSystem->isFeatureActive( 'wiki_feature_copyrights' ) && $gBitSystem->isFeatureActive( 'wiki_license_page' )) {
+if ($gBitSystem->isFeatureActive( 'wiki_copyrights' ) && $gBitSystem->isFeatureActive( 'wiki_copyrights' ) && $gBitSystem->isFeatureActive( 'wiki_license_page' )) {
// insert license if wiki copyrights enabled
// $license_info = $wikilib->get_page_info($wiki_license_page);
// $wikilib->add_hit($wiki_license_page);