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 | 3c7738bde4f7fa9d7074c42ef6e4fde1b12724b3 (patch) | |
| tree | abbe43c4efc79fa0072b4057bda8025077d7a68b /print_multi_pages.php | |
| parent | d9d51734da1bdfd0a08764a4984764da92d0ec6a (diff) | |
| download | wiki-3c7738bde4f7fa9d7074c42ef6e4fde1b12724b3.tar.gz wiki-3c7738bde4f7fa9d7074c42ef6e4fde1b12724b3.tar.bz2 wiki-3c7738bde4f7fa9d7074c42ef6e4fde1b12724b3.zip | |
further paermission renaming and cleanup
Diffstat (limited to 'print_multi_pages.php')
| -rw-r--r-- | print_multi_pages.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print_multi_pages.php b/print_multi_pages.php index aa569d2..31cce4f 100644 --- a/print_multi_pages.php +++ b/print_multi_pages.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_wiki/print_multi_pages.php,v 1.4 2006/01/27 21:57:53 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_wiki/print_multi_pages.php,v 1.5 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_multi_pages.php,v 1.4 2006/01/27 21:57:53 squareing Exp $ + * $Id: print_multi_pages.php,v 1.5 2006/02/06 22:56:52 squareing Exp $ * @package wiki * @subpackage functions */ @@ -19,7 +19,7 @@ require_once( '../bit_setup_inc.php' ); require_once( WIKI_PKG_PATH.'BitPage.php' ); -$gBitSystem->verifyFeature( 'feature_wiki_multiprint' ); +$gBitSystem->verifyFeature( 'wiki_multiprint' ); if (!isset($_REQUEST["printpages"])) { $gBitSmarty->assign('msg', tra("No pages indicated")); |
