diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-04-11 13:07:42 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-04-11 13:07:42 +0000 |
| commit | 7bac05e60af272c8a945fa1e46eef69e19af9c17 (patch) | |
| tree | 39010551a793831b806d03fc8095375d924fca1d /edit_structure.php | |
| parent | 69c48ce3e78df188ae3eab99b0471a88e6ad92f4 (diff) | |
| download | pigeonholes-7bac05e60af272c8a945fa1e46eef69e19af9c17.tar.gz pigeonholes-7bac05e60af272c8a945fa1e46eef69e19af9c17.tar.bz2 pigeonholes-7bac05e60af272c8a945fa1e46eef69e19af9c17.zip | |
rename permissions to new standard using: p_<package>_<verb>_[<noun>]
Diffstat (limited to 'edit_structure.php')
| -rw-r--r-- | edit_structure.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/edit_structure.php b/edit_structure.php index 5f89686..a458c52 100644 --- a/edit_structure.php +++ b/edit_structure.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_pigeonholes/edit_structure.php,v 1.2 2006/01/14 19:55:18 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_pigeonholes/edit_structure.php,v 1.3 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_structure.php,v 1.2 2006/01/14 19:55:18 squareing Exp $ + * $Id: edit_structure.php,v 1.3 2006/04/11 13:07:41 squareing Exp $ * @package pigeonholes * @subpackage functions */ @@ -19,12 +19,12 @@ require_once( '../bit_setup_inc.php' ); $gBitSystem->verifyPackage( 'pigeonholes' ); -$gBitSystem->verifyPermission( 'bit_p_edit_pigeonholes' ); +$gBitSystem->verifyPermission( 'p_pigeonholes_edit' ); $gBitSmarty->assign( 'loadDynamicTree', TRUE ); include_once( PIGEONHOLES_PKG_PATH.'lookup_pigeonholes_inc.php' ); -$verifyStructurePermission = 'bit_p_edit_pigeonholes'; +$verifyStructurePermission = 'p_pigeonholes_edit'; include_once( LIBERTY_PKG_PATH.'edit_structure_inc.php' ); // Display the template |
