diff options
| author | Nick Palmer <nick@sluggardy.net> | 2007-06-10 12:35:52 +0000 |
|---|---|---|
| committer | Nick Palmer <nick@sluggardy.net> | 2007-06-10 12:35:52 +0000 |
| commit | acf116b962533031323663bb1d6bd553635beddb (patch) | |
| tree | 0d12c7375bd9e09163779b1aa27eacab3bef57e3 /view.php | |
| parent | 7d6e8febc228909303e686e99ab44d443d5c7811 (diff) | |
| download | pigeonholes-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.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 ); |
