summaryrefslogtreecommitdiff
path: root/edit_structure_inc.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2005-06-28 07:45:52 +0000
committerChristian Fowler <spider@viovio.com>2005-06-28 07:45:52 +0000
commit6d86140af4cca051399ab3187180744628eff675 (patch)
tree903610bd9d2db37048e548c1e4cd3f168257d2db /edit_structure_inc.php
parent442f7afb7bb24f3da54e42998d2b3d612eca1510 (diff)
downloadliberty-6d86140af4cca051399ab3187180744628eff675.tar.gz
liberty-6d86140af4cca051399ab3187180744628eff675.tar.bz2
liberty-6d86140af4cca051399ab3187180744628eff675.zip
Merge recent changes from R1 into HEAD
Diffstat (limited to 'edit_structure_inc.php')
-rw-r--r--edit_structure_inc.php13
1 files changed, 11 insertions, 2 deletions
diff --git a/edit_structure_inc.php b/edit_structure_inc.php
index 45ff16b..39b72d3 100644
--- a/edit_structure_inc.php
+++ b/edit_structure_inc.php
@@ -1,11 +1,20 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_liberty/edit_structure_inc.php,v 1.1 2005/06/19 04:55:47 bitweaver Exp $
+/**
+ * edit_structure_inc
+ *
+ * @author Christian Fowler>
+ * @version $Revision: 1.2 $
+ * @package Liberty
+ * @subpackage functions
+ */
// Copyright (c) 2004, Christian Fowler, et. al.
// 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.
-// Initialization
+/**
+ * required setup
+ */
require_once( '../bit_setup_inc.php' );
include_once( LIBERTY_PKG_PATH.'LibertyStructure.php');