diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-01-14 19:55:19 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-01-14 19:55:19 +0000 |
| commit | 154080e959440ca9168a56196cf786d1a7405cc5 (patch) | |
| tree | 1db481cca7fd65ed74d277e25583ba52e4402cf5 /edit_structure.php | |
| parent | 9a238f69969e9c3c33f72dd35335dffc8f52f774 (diff) | |
| download | pigeonholes-154080e959440ca9168a56196cf786d1a7405cc5.tar.gz pigeonholes-154080e959440ca9168a56196cf786d1a7405cc5.tar.bz2 pigeonholes-154080e959440ca9168a56196cf786d1a7405cc5.zip | |
merge recent changes into HEAD
Diffstat (limited to 'edit_structure.php')
| -rw-r--r-- | edit_structure.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/edit_structure.php b/edit_structure.php index 51f9101..5f89686 100644 --- a/edit_structure.php +++ b/edit_structure.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_pigeonholes/edit_structure.php,v 1.1 2005/08/21 16:22:44 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_pigeonholes/edit_structure.php,v 1.2 2006/01/14 19:55:18 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_structure.php,v 1.1 2005/08/21 16:22:44 squareing Exp $ + * $Id: edit_structure.php,v 1.2 2006/01/14 19:55:18 squareing Exp $ * @package pigeonholes * @subpackage functions */ @@ -21,6 +21,7 @@ require_once( '../bit_setup_inc.php' ); $gBitSystem->verifyPackage( 'pigeonholes' ); $gBitSystem->verifyPermission( 'bit_p_edit_pigeonholes' ); +$gBitSmarty->assign( 'loadDynamicTree', TRUE ); include_once( PIGEONHOLES_PKG_PATH.'lookup_pigeonholes_inc.php' ); $verifyStructurePermission = 'bit_p_edit_pigeonholes'; |
