diff options
| author | wjames5 <will@tekimaki.com> | 2010-02-08 21:27:27 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2010-02-08 21:27:27 +0000 |
| commit | 1b6f28eeae4191bb5c1345186450a812b95d29d5 (patch) | |
| tree | 909c79206921ef93d3998c893b7aa9bf0bd46bab /print_multi_pages.php | |
| parent | 1dd9821017a3818b642b38fab4e538c931682738 (diff) | |
| download | wiki-1b6f28eeae4191bb5c1345186450a812b95d29d5.tar.gz wiki-1b6f28eeae4191bb5c1345186450a812b95d29d5.tar.bz2 wiki-1b6f28eeae4191bb5c1345186450a812b95d29d5.zip | |
deprecate root bit_setup_inc use kernel/setup_inc.php
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 9d35001..9cc3c58 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.12 2009/10/01 14:17:07 wjames5 Exp $ + * $Header: /cvsroot/bitweaver/_bit_wiki/print_multi_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_multi_pages.php,v 1.12 2009/10/01 14:17:07 wjames5 Exp $ + * $Id: print_multi_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' ); $gBitSystem->verifyFeature( 'wiki_multiprint' ); |
