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 /assign_content.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 'assign_content.php')
| -rw-r--r-- | assign_content.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/assign_content.php b/assign_content.php index 5eccbe0..ba94971 100644 --- a/assign_content.php +++ b/assign_content.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_pigeonholes/assign_content.php,v 1.11 2007/04/05 22:16:33 nickpalmer Exp $ + * $Header: /cvsroot/bitweaver/_bit_pigeonholes/assign_content.php,v 1.12 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: assign_content.php,v 1.11 2007/04/05 22:16:33 nickpalmer Exp $ + * $Id: assign_content.php,v 1.12 2007/06/10 12:35:51 nickpalmer Exp $ * @package pigeonholes * @subpackage functions */ @@ -107,6 +107,7 @@ $gBitSmarty->assign_by_ref( 'listInfo', $listHash['listInfo'] ); $listHash = array( 'load_only_root' => TRUE, 'max_records' => -1, + 'parse_data' => TRUE, ); $pigeonRootData = $gContent->getList( $listHash ); $pigeonRoots[0] = 'All'; @@ -120,6 +121,7 @@ $listHash = array( 'force_extras' => TRUE, 'max_records' => -1, 'sort_mode' => 'ls.`parent_id_asc`', + 'parse_data' => TRUE, ); if ($gBitSystem->isFeatureActive('pigeonholes_allow_forbid_insertion')) { |
