diff options
Diffstat (limited to 'view.php')
| -rw-r--r-- | view.php | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_pigeonholes/view.php,v 1.17 2007/04/23 09:36:31 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_pigeonholes/view.php,v 1.18 2007/06/10 12:35:51 nickpalmer 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: view.php,v 1.17 2007/04/23 09:36:31 squareing Exp $ + * $Id: view.php,v 1.18 2007/06/10 12:35:51 nickpalmer Exp $ * @package pigeonholes * @subpackage functions */ @@ -63,6 +63,7 @@ if( $gContent->checkPathPermissions( $gContent->getField( 'path' ) ) ) { 'root_structure_id' => $gContent->mInfo['root_structure_id'], 'structure_id' => $gContent->mInfo['structure_id'], 'load_extras' => TRUE, + 'parse_data' => TRUE, 'max_records' => -1, ); $pigeonList = $gContent->getList( $listHash ); |
