diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-01-30 16:41:46 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-01-30 16:41:46 +0000 |
| commit | 6245afb44a65fa0a6ea5756b90e46d14d95a4661 (patch) | |
| tree | ced962fd9875e131857fd8e57b68f5e6c524ad4b /edit_pigeonholes.php | |
| parent | f080097541a59934a82fa0844ec83e80f72819da (diff) | |
| download | pigeonholes-6245afb44a65fa0a6ea5756b90e46d14d95a4661.tar.gz pigeonholes-6245afb44a65fa0a6ea5756b90e46d14d95a4661.tar.bz2 pigeonholes-6245afb44a65fa0a6ea5756b90e46d14d95a4661.zip | |
use content preferences instead of pigeonhole_settings table
Diffstat (limited to 'edit_pigeonholes.php')
| -rw-r--r-- | edit_pigeonholes.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/edit_pigeonholes.php b/edit_pigeonholes.php index 683b8b2..b8fc653 100644 --- a/edit_pigeonholes.php +++ b/edit_pigeonholes.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_pigeonholes/edit_pigeonholes.php,v 1.10 2006/01/24 22:41:47 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_pigeonholes/edit_pigeonholes.php,v 1.11 2006/01/30 16:41:46 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.10 2006/01/24 22:41:47 squareing Exp $ + * $Id: edit_pigeonholes.php,v 1.11 2006/01/30 16:41:46 squareing Exp $ * @package pigeonholes * @subpackage functions */ @@ -73,7 +73,7 @@ if( !empty( $_REQUEST['search_objects'] ) ) { // if we need to edit, show the information if( $_REQUEST['action'] == 'edit' ) { $pigeonInfo = $gContent->mInfo; - $pigeonInfo['settings'] = $gContent->getPigeonholeSettings( $gContent->mContentId ); + $gContent->loadPreferences(); // create usable array for selected items in content listing if( !empty( $pigeonInfo['members'] ) ) { |
