diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-02-16 13:48:13 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-02-16 13:48:13 +0000 |
| commit | d729805cda2f966f3fa8f61bb761837419b50e19 (patch) | |
| tree | 93e2ffcbaef532c8a868fb034058f16da9d40c0a /print_multi_pages.php | |
| parent | 0d9b2c0b2b972490b81c4236b48589a1a5484df8 (diff) | |
| download | wiki-d729805cda2f966f3fa8f61bb761837419b50e19.tar.gz wiki-d729805cda2f966f3fa8f61bb761837419b50e19.tar.bz2 wiki-d729805cda2f966f3fa8f61bb761837419b50e19.zip | |
new API for parseData(); please view ApiChangeLog for details
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 31cce4f..3111870 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.5 2006/02/06 22:56:52 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_wiki/print_multi_pages.php,v 1.6 2006/02/16 13:48:13 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.5 2006/02/06 22:56:52 squareing Exp $ + * $Id: print_multi_pages.php,v 1.6 2006/02/16 13:48:13 squareing Exp $ * @package wiki * @subpackage functions */ @@ -36,7 +36,7 @@ if (isset($_REQUEST["print"])) { $page = new BitPage( NULL, $contentId ); if( $page->load() && $page->hasUserPermission( 'bit_p_view', TRUE )) { $page_info = $page->mInfo; - $page_info["parsed"] = $page->parseData( $page_info["data"] ); + $page_info["parsed"] = $page->parseData( $page_info ); $pages[] = $page_info; } } |
