diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-06-18 07:58:13 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-06-18 07:58:13 +0000 |
| commit | 3079a87fa26e1dd33834a1feba78b39f175fa7d0 (patch) | |
| tree | b503d34e97a30f668ac62bb5f955a30c10859693 /assign_content.php | |
| parent | 32ed2bae9bf9a967465f74e74ae3a0e83424af5b (diff) | |
| download | pigeonholes-3079a87fa26e1dd33834a1feba78b39f175fa7d0.tar.gz pigeonholes-3079a87fa26e1dd33834a1feba78b39f175fa7d0.tar.bz2 pigeonholes-3079a87fa26e1dd33834a1feba78b39f175fa7d0.zip | |
remove cant
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 |
