summaryrefslogtreecommitdiff
path: root/list.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-01-14 19:55:19 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-01-14 19:55:19 +0000
commit154080e959440ca9168a56196cf786d1a7405cc5 (patch)
tree1db481cca7fd65ed74d277e25583ba52e4402cf5 /list.php
parent9a238f69969e9c3c33f72dd35335dffc8f52f774 (diff)
downloadpigeonholes-154080e959440ca9168a56196cf786d1a7405cc5.tar.gz
pigeonholes-154080e959440ca9168a56196cf786d1a7405cc5.tar.bz2
pigeonholes-154080e959440ca9168a56196cf786d1a7405cc5.zip
merge recent changes into HEAD
Diffstat (limited to 'list.php')
-rw-r--r--list.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/list.php b/list.php
index 6b19d8e..44c2c55 100644
--- a/list.php
+++ b/list.php
@@ -3,7 +3,7 @@
* $Header
*
* @author xing <xing@synapse.plus.com>
- * @version $Revision: 1.3 $
+ * @version $Revision: 1.4 $
* @package pigeonholes
* @subpackage functions
*/
@@ -29,9 +29,10 @@ $listHash = array(
'max_rows' => $gBitSystem->mPrefs['maxRecords'],
'offset' => ( $page - 1 ) * $gBitSystem->mPrefs['maxRecords'],
'find' => !empty( $_REQUEST['find'] ) ? $_REQUEST['find'] : NULL,
+ 'load_only_root' => TRUE,
);
-$pigeonList = $gPigeonholes->getList( $listHash, TRUE, FALSE );
+$pigeonList = $gPigeonholes->getList( $listHash );
// set up structure related stuff
if( !empty( $pigeonList['data'] ) ) {