diff options
| author | Christian Fowler <spider@viovio.com> | 2007-03-20 16:56:34 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2007-03-20 16:56:34 +0000 |
| commit | 91e14ac240d8af2fdbc59faa8ad7eaa262728628 (patch) | |
| tree | 27fc5e3b4bad768740b272c9a64bbfb336f4dd07 /page_permissions.php | |
| parent | f924612503bf55a5e4149d153c31c8dac28281b0 (diff) | |
| download | wiki-91e14ac240d8af2fdbc59faa8ad7eaa262728628.tar.gz wiki-91e14ac240d8af2fdbc59faa8ad7eaa262728628.tar.bz2 wiki-91e14ac240d8af2fdbc59faa8ad7eaa262728628.zip | |
remove antiquated page_setup_inc
Diffstat (limited to 'page_permissions.php')
| -rw-r--r-- | page_permissions.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/page_permissions.php b/page_permissions.php index 233ee22..1e24091 100644 --- a/page_permissions.php +++ b/page_permissions.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_wiki/Attic/page_permissions.php,v 1.8 2006/07/18 14:18:01 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_wiki/Attic/page_permissions.php,v 1.9 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_permissions.php,v 1.8 2006/07/18 14:18:01 squareing Exp $ + * $Id: page_permissions.php,v 1.9 2007/03/20 16:56:34 spiderr Exp $ * @package wiki * @subpackage functions */ @@ -21,7 +21,6 @@ include_once( WIKI_PKG_PATH.'BitPage.php'); include_once( WIKI_PKG_PATH.'BitBook.php'); include_once( KERNEL_PKG_PATH.'notification_lib.php' ); include_once( WIKI_PKG_PATH.'lookup_page_inc.php' ); -include_once( WIKI_PKG_PATH.'page_setup_inc.php' ); $gBitSystem->verifyPackage( 'wiki' ); |
