summaryrefslogtreecommitdiff
path: root/page_history.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2007-03-20 16:56:34 +0000
committerChristian Fowler <spider@viovio.com>2007-03-20 16:56:34 +0000
commit91e14ac240d8af2fdbc59faa8ad7eaa262728628 (patch)
tree27fc5e3b4bad768740b272c9a64bbfb336f4dd07 /page_history.php
parentf924612503bf55a5e4149d153c31c8dac28281b0 (diff)
downloadwiki-91e14ac240d8af2fdbc59faa8ad7eaa262728628.tar.gz
wiki-91e14ac240d8af2fdbc59faa8ad7eaa262728628.tar.bz2
wiki-91e14ac240d8af2fdbc59faa8ad7eaa262728628.zip
remove antiquated page_setup_inc
Diffstat (limited to 'page_history.php')
-rw-r--r--page_history.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/page_history.php b/page_history.php
index e2e05e0..f3439ad 100644
--- a/page_history.php
+++ b/page_history.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/page_history.php,v 1.16 2007/02/11 00:24:43 jht001 Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/page_history.php,v 1.17 2007/03/20 16:56:34 spiderr 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: page_history.php,v 1.16 2007/02/11 00:24:43 jht001 Exp $
+ * $Id: page_history.php,v 1.17 2007/03/20 16:56:34 spiderr Exp $
* @package wiki
* @subpackage functions
*/
@@ -26,7 +26,6 @@ $gBitSystem->verifyPermission( 'p_wiki_view_history', tra( "Permission denied yo
// Get the page from the request var or default it to HomePage
include( WIKI_PKG_PATH.'lookup_page_inc.php' );
-include_once( WIKI_PKG_PATH.'page_setup_inc.php' );
//vd($gContent->mPageId);vd($gContent->mInfo);
if( !$gContent->isValid() || empty( $gContent->mInfo ) ) {