diff options
| author | wjames5 <will@tekimaki.com> | 2010-02-08 21:27:24 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2010-02-08 21:27:24 +0000 |
| commit | 5a3a3853d9b5f1a810075b1084722f6f74e864da (patch) | |
| tree | 00f4cff3ff42213efc44f542d65c89facc8a66c1 /edit_structure.php | |
| parent | c43335ab103a85d68df1e279f1e5e3ad48642d70 (diff) | |
| download | pigeonholes-5a3a3853d9b5f1a810075b1084722f6f74e864da.tar.gz pigeonholes-5a3a3853d9b5f1a810075b1084722f6f74e864da.tar.bz2 pigeonholes-5a3a3853d9b5f1a810075b1084722f6f74e864da.zip | |
deprecate root bit_setup_inc use kernel/setup_inc.phpPRE_LIBERTYSYS_SERVICE_UPDATE
Diffstat (limited to 'edit_structure.php')
| -rw-r--r-- | edit_structure.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/edit_structure.php b/edit_structure.php index 481c75f..95e07e0 100644 --- a/edit_structure.php +++ b/edit_structure.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_pigeonholes/edit_structure.php,v 1.8 2009/10/01 14:17:03 wjames5 Exp $ + * $Header: /cvsroot/bitweaver/_bit_pigeonholes/edit_structure.php,v 1.9 2010/02/08 21:27:24 wjames5 Exp $ * * Copyright ( c ) 2004 bitweaver.org * Copyright ( c ) 2003 tikwiki.org @@ -8,7 +8,7 @@ * All Rights Reserved. See below for details and a complete list of authors. * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details * - * $Id: edit_structure.php,v 1.8 2009/10/01 14:17:03 wjames5 Exp $ + * $Id: edit_structure.php,v 1.9 2010/02/08 21:27:24 wjames5 Exp $ * @package pigeonholes * @subpackage functions */ @@ -16,7 +16,7 @@ /** * required setup */ -require_once( '../bit_setup_inc.php' ); +require_once( '../kernel/setup_inc.php' ); $gBitSystem->verifyPackage( 'pigeonholes' ); $gBitSystem->verifyPermission( 'p_pigeonholes_create' ); |
