diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-06-18 07:43:06 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-06-18 07:43:06 +0000 |
| commit | 32ed2bae9bf9a967465f74e74ae3a0e83424af5b (patch) | |
| tree | 7f3226b3ce63ede58e9c7ae11e4c6a1a146ee6b6 /assign_content.php | |
| parent | 3fd6188c47838fa1dfe5737b6aa24ccdbb89302a (diff) | |
| download | pigeonholes-32ed2bae9bf9a967465f74e74ae3a0e83424af5b.tar.gz pigeonholes-32ed2bae9bf9a967465f74e74ae3a0e83424af5b.tar.bz2 pigeonholes-32ed2bae9bf9a967465f74e74ae3a0e83424af5b.zip | |
display correct number of assignable elements and fix pagination related display limitation
Diffstat (limited to 'assign_content.php')
| -rw-r--r-- | assign_content.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/assign_content.php b/assign_content.php index 8c5d449..b44e3df 100644 --- a/assign_content.php +++ b/assign_content.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_pigeonholes/assign_content.php,v 1.3 2006/04/11 13:07:41 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_pigeonholes/assign_content.php,v 1.4 2006/06/18 07:43:06 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.3 2006/04/11 13:07:41 squareing Exp $ + * $Id: assign_content.php,v 1.4 2006/06/18 07:43:06 squareing Exp $ * @package pigeonholes * @subpackage functions */ @@ -41,6 +41,7 @@ $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 |
