diff options
Diffstat (limited to 'print_pages.php')
| -rw-r--r-- | print_pages.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print_pages.php b/print_pages.php index d611958..3111d16 100644 --- a/print_pages.php +++ b/print_pages.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_wiki/print_pages.php,v 1.12 2009/10/01 14:17:07 wjames5 Exp $ + * $Header: /cvsroot/bitweaver/_bit_wiki/print_pages.php,v 1.13 2010/02/08 21:27:27 wjames5 Exp $ * * Copyright (c) 2004 bitweaver.org * Copyright (c) 2003 tikwiki.org @@ -8,7 +8,7 @@ * All Rights Reserved. See below for details and a complete list of authors. * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details * - * $Id: print_pages.php,v 1.12 2009/10/01 14:17:07 wjames5 Exp $ + * $Id: print_pages.php,v 1.13 2010/02/08 21:27:27 wjames5 Exp $ * @package wiki * @subpackage functions */ @@ -16,7 +16,7 @@ /** * required setup */ -require_once( '../bit_setup_inc.php' ); +require_once( '../kernel/setup_inc.php' ); require_once( WIKI_PKG_PATH.'BitPage.php' ); if( !$gBitSystem->isFeatureActive( 'wiki_multiprint' ) ) { $gBitSystem->fatalError( tra("This feature is disabled").": wiki_multiprint" ); |
