diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-02-06 22:56:52 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-02-06 22:56:52 +0000 |
| commit | 3c7738bde4f7fa9d7074c42ef6e4fde1b12724b3 (patch) | |
| tree | abbe43c4efc79fa0072b4057bda8025077d7a68b /lookup_page_inc.php | |
| parent | d9d51734da1bdfd0a08764a4984764da92d0ec6a (diff) | |
| download | wiki-3c7738bde4f7fa9d7074c42ef6e4fde1b12724b3.tar.gz wiki-3c7738bde4f7fa9d7074c42ef6e4fde1b12724b3.tar.bz2 wiki-3c7738bde4f7fa9d7074c42ef6e4fde1b12724b3.zip | |
further paermission renaming and cleanup
Diffstat (limited to 'lookup_page_inc.php')
| -rw-r--r-- | lookup_page_inc.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lookup_page_inc.php b/lookup_page_inc.php index f1840a2..d2c8557 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.8 2006/02/06 00:12:23 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_wiki/lookup_page_inc.php,v 1.9 2006/02/06 22:56: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: lookup_page_inc.php,v 1.8 2006/02/06 00:12:23 squareing Exp $ + * $Id: lookup_page_inc.php,v 1.9 2006/02/06 22:56:52 squareing Exp $ * @package wiki * @subpackage functions */ @@ -78,7 +78,7 @@ } // if we are looking up a page - if( $gBitSystem->isFeatureActive( 'feature_warn_on_edit' ) && $gContent->isValid() ) { + if( $gBitSystem->isFeatureActive( 'warn_on_edit' ) && $gContent->isValid() ) { // Notice if a page is being edited or if it was being edited and not anymore // print($GLOBALS["HTTP_REFERER"]); // IF isset the referer and if the referer is editpage then unset taking the pagename from the |
