summaryrefslogtreecommitdiff
path: root/view.php
diff options
context:
space:
mode:
authorNick Palmer <nick@sluggardy.net>2007-06-10 12:35:52 +0000
committerNick Palmer <nick@sluggardy.net>2007-06-10 12:35:52 +0000
commitacf116b962533031323663bb1d6bd553635beddb (patch)
tree0d12c7375bd9e09163779b1aa27eacab3bef57e3 /view.php
parent7d6e8febc228909303e686e99ab44d443d5c7811 (diff)
downloadpigeonholes-acf116b962533031323663bb1d6bd553635beddb.tar.gz
pigeonholes-acf116b962533031323663bb1d6bd553635beddb.tar.bz2
pigeonholes-acf116b962533031323663bb1d6bd553635beddb.zip
Make pigeonholes LibertyAttachables and descriptions parsed content. Cleanup display_description checking in templates. Need to add the attachment browser probably.
Diffstat (limited to 'view.php')
-rw-r--r--view.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/view.php b/view.php
index 403a2fe..b3e0e02 100644
--- a/view.php
+++ b/view.php
@@ -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 );