diff options
Diffstat (limited to 'assign_content.php')
| -rw-r--r-- | assign_content.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/assign_content.php b/assign_content.php index b44e3df..bf948c5 100644 --- a/assign_content.php +++ b/assign_content.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_pigeonholes/assign_content.php,v 1.4 2006/06/18 07:43:06 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_pigeonholes/assign_content.php,v 1.5 2006/06/18 07:58:13 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.4 2006/06/18 07:43:06 squareing Exp $ + * $Id: assign_content.php,v 1.5 2006/06/18 07:58:13 squareing Exp $ * @package pigeonholes * @subpackage functions */ @@ -41,7 +41,6 @@ $listHash = array( 'content_type' => $contentSelect, ); $assignableContent = $gContent->getAssignableContent( $listHash ); -$gBitSmarty->assign( 'listInfo', $listHash['listInfo'] ); if( !empty( $_REQUEST['insert_content'] ) && isset( $_REQUEST['pigeonhole'] ) ) { // here we need to limit all killing to the selected structure |
