From 3d4a60bfc7a23c569ca392b612c66a88839aae1e Mon Sep 17 00:00:00 2001 From: Max Kremmel Date: Sun, 21 Feb 2010 10:07:46 +0000 Subject: load all members --- view.php | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/view.php b/view.php index 4d8af1e..e553505 100644 --- a/view.php +++ b/view.php @@ -1,6 +1,6 @@ assign( 'subtree', $gStructure->getSubTree( $gStructure->mStructure if( $gContent->checkPathPermissions( $gContent->getField( 'path' ) ) ) { $listHash = array( - 'root_structure_id' => $gContent->mInfo['root_structure_id'], - 'structure_id' => $gContent->mInfo['structure_id'], - 'load_extras' => TRUE, - 'parse_data' => TRUE, - 'max_records' => -1, + 'root_structure_id' => $gContent->mInfo['root_structure_id'], + 'structure_id' => $gContent->mInfo['structure_id'], + 'parse_data' => TRUE, + 'max_records' => -1, + 'load_extras' => TRUE, + 'members_max_records' => -1, ); $pigeonList = $gContent->getList( $listHash ); $gBitSmarty->assign( 'pigeonList', $pigeonList ); -- cgit v1.3