summaryrefslogtreecommitdiff
path: root/edit_pigeonholes.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-04-11 13:07:42 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-04-11 13:07:42 +0000
commit7bac05e60af272c8a945fa1e46eef69e19af9c17 (patch)
tree39010551a793831b806d03fc8095375d924fca1d /edit_pigeonholes.php
parent69c48ce3e78df188ae3eab99b0471a88e6ad92f4 (diff)
downloadpigeonholes-7bac05e60af272c8a945fa1e46eef69e19af9c17.tar.gz
pigeonholes-7bac05e60af272c8a945fa1e46eef69e19af9c17.tar.bz2
pigeonholes-7bac05e60af272c8a945fa1e46eef69e19af9c17.zip
rename permissions to new standard using: p_<package>_<verb>_[<noun>]
Diffstat (limited to 'edit_pigeonholes.php')
-rw-r--r--edit_pigeonholes.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/edit_pigeonholes.php b/edit_pigeonholes.php
index 65108a5..cb30965 100644
--- a/edit_pigeonholes.php
+++ b/edit_pigeonholes.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_pigeonholes/edit_pigeonholes.php,v 1.18 2006/02/24 12:06:07 squareing Exp $
+ * $Header: /cvsroot/bitweaver/_bit_pigeonholes/edit_pigeonholes.php,v 1.19 2006/04/11 13:07:41 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: edit_pigeonholes.php,v 1.18 2006/02/24 12:06:07 squareing Exp $
+ * $Id: edit_pigeonholes.php,v 1.19 2006/04/11 13:07:41 squareing Exp $
* @package pigeonholes
* @subpackage functions
*/
@@ -19,14 +19,14 @@
require_once( '../bit_setup_inc.php' );
$gBitSystem->verifyPackage( 'pigeonholes' );
-$gBitSystem->verifyPermission( 'bit_p_edit_pigeonholes' );
+$gBitSystem->verifyPermission( 'p_pigeonholes_edit' );
include_once( LIBERTY_PKG_PATH.'LibertyStructure.php' );
include_once( PIGEONHOLES_PKG_PATH.'lookup_pigeonholes_inc.php' );
// include edit structure file only when structure_id is known
if( !empty( $_REQUEST["structure_id"] ) && ( empty( $_REQUEST['action'] ) || $_REQUEST['action'] != 'remove' ) ) {
- $verifyStructurePermission = 'bit_p_edit_pigeonholes';
+ $verifyStructurePermission = 'p_pigeonholes_edit';
include_once( LIBERTY_PKG_PATH.'edit_structure_inc.php' );
// get all the nodes in this structure