diff options
| -rw-r--r-- | edit_pigeonholes.php | 5 | ||||
| -rw-r--r-- | templates/section_inc.tpl | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/edit_pigeonholes.php b/edit_pigeonholes.php index 28d5241..6e253ae 100644 --- a/edit_pigeonholes.php +++ b/edit_pigeonholes.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_pigeonholes/edit_pigeonholes.php,v 1.22 2006/06/23 10:40:58 sylvieg Exp $ + * $Header: /cvsroot/bitweaver/_bit_pigeonholes/edit_pigeonholes.php,v 1.23 2006/09/03 13:27:44 squareing 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: edit_pigeonholes.php,v 1.22 2006/06/23 10:40:58 sylvieg Exp $ + * $Id: edit_pigeonholes.php,v 1.23 2006/09/03 13:27:44 squareing Exp $ * @package pigeonholes * @subpackage functions */ @@ -140,6 +140,7 @@ if ( $gBitSystem->isFeatureActive( 'pigeonholes_permissions' ) ) { } // get available groups ready that we can assign the pigoenhole to one of them +$gBitUser->mGroups; if ( $gBitSystem->isFeatureActive( 'pigeonholes_groups' ) ) { $groups[''] = tra( 'None' ); foreach( $gBitUser->mGroups as $group_id => $group ) { diff --git a/templates/section_inc.tpl b/templates/section_inc.tpl index 14cd4f4..ec78fc1 100644 --- a/templates/section_inc.tpl +++ b/templates/section_inc.tpl @@ -65,7 +65,7 @@ {if $current}<strong>{/if} <a href="{$smarty.const.PIGEONHOLES_PKG_URL}view.php?structure_id={$subtree[ix].structure_id}#members">{$subtree[ix].title|escape}</a> {if $current}</strong>{/if} - {biticon ipackage=liberty iname=spacer} + {biticon ipackage=liberty iname=spacer iforce=icon} {if !$no_details} {foreach from=$pigeonList item=pigeonItem} |
