diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-06-01 15:16:50 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-06-01 15:16:50 +0000 |
| commit | a33a85c5e34f4a02f4cd7cdaab87056b4412c86d (patch) | |
| tree | 77bfb43bb211b8d9d829194fc369d3210837a4e1 /lookup_page_inc.php | |
| parent | e6fafc7896ec05fb9f74fd923c381effadc05b7f (diff) | |
| download | wiki-a33a85c5e34f4a02f4cd7cdaab87056b4412c86d.tar.gz wiki-a33a85c5e34f4a02f4cd7cdaab87056b4412c86d.tar.bz2 wiki-a33a85c5e34f4a02f4cd7cdaab87056b4412c86d.zip | |
remove a lot of antiquated code including breadcrumbs and outdated wiki-specific caching options, wiki tags and wiki dumps. probably there's going to be more to go soon. none of this stuff has been working for years now.
Diffstat (limited to 'lookup_page_inc.php')
| -rw-r--r-- | lookup_page_inc.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lookup_page_inc.php b/lookup_page_inc.php index 746ea61..c6c92f5 100644 --- a/lookup_page_inc.php +++ b/lookup_page_inc.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_wiki/lookup_page_inc.php,v 1.20 2007/04/02 18:55:02 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_wiki/lookup_page_inc.php,v 1.21 2007/06/01 15:16:49 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: lookup_page_inc.php,v 1.20 2007/04/02 18:55:02 squareing Exp $ + * $Id: lookup_page_inc.php,v 1.21 2007/06/01 15:16:49 squareing Exp $ * @package wiki * @subpackage functions */ @@ -18,7 +18,7 @@ */ require_once( WIKI_PKG_PATH.'BitBook.php'); -global $gContent, $wikilib; +global $gContent; include_once( LIBERTY_PKG_PATH.'lookup_content_inc.php' ); // this is needed when the center module is applied to avoid abusing $_REQUEST @@ -34,7 +34,7 @@ if( empty( $gContent ) || !is_object( $gContent ) || strtolower( get_class( $gCo if( empty( $gContent->mPageId ) && empty( $gContent->mContentId ) ) { //handle legacy forms that use plain 'page' form variable name - if( $loadPage && $existsInfo = $wikilib->pageExists( $loadPage ) ) { + if( $loadPage && $existsInfo = $gContent->pageExists( $loadPage ) ) { if (count($existsInfo)) { if (count($existsInfo) > 1) { // Display page so user can select which wiki page they want (there are multiple that share this name) |
