From c879c5557d645c111f2092c5851382751156072f Mon Sep 17 00:00:00 2001 From: Max Kremmel Date: Sun, 15 Jul 2007 20:30:16 +0000 Subject: truncate pigoenholes categories names when we're using the select box --- Pigeonholes.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Pigeonholes.php') diff --git a/Pigeonholes.php b/Pigeonholes.php index 2f78192..b35353a 100644 --- a/Pigeonholes.php +++ b/Pigeonholes.php @@ -1,6 +1,6 @@ - * @version $Revision: 1.90 $ + * @version $Revision: 1.91 $ * @package pigeonholes */ @@ -954,7 +954,7 @@ function pigeonholes_content_edit( $pObject=NULL ) { $pigeonholes = new Pigeonholes(); // get pigeonholes path list - if( $pigeonPathList = $pigeonholes->getPigeonholesPathList( ( !empty( $pObject->mContentId ) ? $pObject->mContentId : NULL )) ) { + if( $pigeonPathList = $pigeonholes->getPigeonholesPathList(( !empty( $pObject->mContentId ) ? $pObject->mContentId : NULL ), ( $gBitSystem->isFeatureActive( 'pigeonholes_use_jstab' ) ? FALSE : 100 ))) { $gBitSmarty->assign( 'pigeonPathList', $pigeonPathList ); } } -- cgit v1.3