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 /assign_content.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 'assign_content.php')
| -rw-r--r-- | assign_content.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/assign_content.php b/assign_content.php index 62dd7cf..8c5d449 100644 --- a/assign_content.php +++ b/assign_content.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_pigeonholes/assign_content.php,v 1.2 2006/02/04 12:18:31 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_pigeonholes/assign_content.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: assign_content.php,v 1.2 2006/02/04 12:18:31 squareing Exp $ + * $Id: assign_content.php,v 1.3 2006/04/11 13:07:41 squareing Exp $ * @package pigeonholes * @subpackage functions */ @@ -19,7 +19,7 @@ require_once( '../bit_setup_inc.php' ); $gBitSystem->verifyPackage( 'pigeonholes' ); -$gBitSystem->verifyPermission( 'bit_p_insert_pigeonhole_member' ); +$gBitSystem->verifyPermission( 'p_pigeonholes_insert_member' ); include_once( PIGEONHOLES_PKG_PATH.'lookup_pigeonholes_inc.php' ); |
