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 /orphan_pages.php | |
| parent | f924612503bf55a5e4149d153c31c8dac28281b0 (diff) | |
| download | wiki-91e14ac240d8af2fdbc59faa8ad7eaa262728628.tar.gz wiki-91e14ac240d8af2fdbc59faa8ad7eaa262728628.tar.bz2 wiki-91e14ac240d8af2fdbc59faa8ad7eaa262728628.zip | |
remove antiquated page_setup_inc
Diffstat (limited to 'orphan_pages.php')
| -rw-r--r-- | orphan_pages.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/orphan_pages.php b/orphan_pages.php index 61d65a5..2af4054 100644 --- a/orphan_pages.php +++ b/orphan_pages.php @@ -1,8 +1,8 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_wiki/orphan_pages.php,v 1.11 2007/03/09 04:43:22 nickpalmer Exp $ + * $Header: /cvsroot/bitweaver/_bit_wiki/orphan_pages.php,v 1.12 2007/03/20 16:56:34 spiderr Exp $ * - * $Id: orphan_pages.php,v 1.11 2007/03/09 04:43:22 nickpalmer Exp $ + * $Id: orphan_pages.php,v 1.12 2007/03/20 16:56:34 spiderr Exp $ * @package wiki * @subpackage functions */ @@ -27,7 +27,6 @@ $gBitSystem->verifyPermission( 'p_wiki_view_page' ); then we check permission to delete pages. if so, we call BitPage::expunge for all the checked pages. */ if( isset( $_REQUEST["batch_submit"] ) && isset( $_REQUEST["checked"] ) && $_REQUEST["batch_submit"] == "remove_pages" ) { - include_once( WIKI_PKG_PATH.'page_setup_inc.php' ); // Now check permissions to remove the selected pages $gBitSystem->verifyPermission( 'p_wiki_remove_page' ); |
