diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-02-24 12:06:08 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-02-24 12:06:08 +0000 |
| commit | bbc084371f5035b37a5316667e693f8ab01004a3 (patch) | |
| tree | 8bb22b6af2c35bea96a9f42253835dbf90a405cc /lookup_pigeonholes_inc.php | |
| parent | 36d74c85ba75a07ace1d2e5bce8cb8e747dda471 (diff) | |
| download | pigeonholes-bbc084371f5035b37a5316667e693f8ab01004a3.tar.gz pigeonholes-bbc084371f5035b37a5316667e693f8ab01004a3.tar.bz2 pigeonholes-bbc084371f5035b37a5316667e693f8ab01004a3.zip | |
move service functions to Pigeonholes.php, fix content types dropdown, only check path permissions when it's required, reduce defaults to as simple as possible
Diffstat (limited to 'lookup_pigeonholes_inc.php')
| -rw-r--r-- | lookup_pigeonholes_inc.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lookup_pigeonholes_inc.php b/lookup_pigeonholes_inc.php index 98bf289..94f234d 100644 --- a/lookup_pigeonholes_inc.php +++ b/lookup_pigeonholes_inc.php @@ -4,7 +4,7 @@ * * @package pigeonholes * @subpackage functions - * @version $Header: /cvsroot/bitweaver/_bit_pigeonholes/lookup_pigeonholes_inc.php,v 1.4 2006/02/23 14:58:31 bitweaver Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_pigeonholes/lookup_pigeonholes_inc.php,v 1.5 2006/02/24 12:06:07 squareing Exp $ * * Copyright ( c ) 2005 bitweaver.org * All Rights Reserved. See copyright.txt for details and a complete list of authors. @@ -14,8 +14,6 @@ /** * Required Files */ -require_once( PIGEONHOLES_PKG_PATH.'/Pigeonholes.php' ); - $gContent = new Pigeonholes( ( !empty( $_REQUEST['structure_id'] ) ? $_REQUEST['structure_id'] : NULL ), ( !empty( $_REQUEST['content_id'] ) ? $_REQUEST['content_id'] : NULL ) ); $gContent->load( TRUE ); $gBitSmarty->assign_by_ref( 'gContent', $gContent ); |
