diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-06-02 12:08:52 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-06-02 12:08:52 +0000 |
| commit | 66f430300ca57d31009c2f66f61541b393a12762 (patch) | |
| tree | cd2202495282fed5676923e296860f31917070d5 /print_pages.php | |
| parent | 00cbd58ac71d8cc7dd90399e8e2b0d4b0fe5ea65 (diff) | |
| download | wiki-66f430300ca57d31009c2f66f61541b393a12762.tar.gz wiki-66f430300ca57d31009c2f66f61541b393a12762.tar.bz2 wiki-66f430300ca57d31009c2f66f61541b393a12762.zip | |
more wikilib fixes
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 6d664b4..267023f 100644 --- a/print_pages.php +++ b/print_pages.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_wiki/print_pages.php,v 1.6 2007/03/07 18:48:45 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_wiki/print_pages.php,v 1.7 2007/06/02 12:08: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_pages.php,v 1.6 2007/03/07 18:48:45 squareing Exp $ + * $Id: print_pages.php,v 1.7 2007/06/02 12:08:52 squareing Exp $ * @package wiki * @subpackage functions */ @@ -51,7 +51,7 @@ $listHash = array( 'sort_mode' => 'title_asc', 'find' => $find, ); -$pages = $wikilib->getList( $listHash ); +$pages = $gContent->getList( $listHash ); $gBitSmarty->assign_by_ref('pages', $pages); // Display the template |
