diff options
| author | spiderr <spider@viovio.com> | 2011-01-04 16:12:59 -0500 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2011-01-04 16:12:59 -0500 |
| commit | b3c56a4c5350ab46763c3b06d86f9bfee28b051b (patch) | |
| tree | 90536d26d4ef56c0bc98e8ed4a100177a598c246 /admin | |
| parent | 338265ed158419f5da049ad6cca90219fbd2fd1f (diff) | |
| download | wiki-b3c56a4c5350ab46763c3b06d86f9bfee28b051b.tar.gz wiki-b3c56a4c5350ab46763c3b06d86f9bfee28b051b.tar.bz2 wiki-b3c56a4c5350ab46763c3b06d86f9bfee28b051b.zip | |
remove CVS Header and Id tags
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/admin_external_wikis.php | 3 | ||||
| -rw-r--r-- | admin/admin_wiki_inc.php | 1 | ||||
| -rw-r--r-- | admin/pump_wiki_inc.php | 1 | ||||
| -rw-r--r-- | admin/schema_inc.php | 2 | ||||
| -rw-r--r-- | admin/upgrades/1.0.0.php | 1 | ||||
| -rw-r--r-- | admin/upgrades/1.0.1.php | 1 |
6 files changed, 2 insertions, 7 deletions
diff --git a/admin/admin_external_wikis.php b/admin/admin_external_wikis.php index 66f03d1..35c9c7e 100644 --- a/admin/admin_external_wikis.php +++ b/admin/admin_external_wikis.php @@ -1,5 +1,4 @@ <?php -// $Header$ // Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al. // 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. @@ -78,4 +77,4 @@ $gBitSmarty->assign_by_ref('channels', $channels["data"]); // Display the template $gBitSystem->display( 'bitpackage:wiki/admin_external_wikis.tpl', NULL, array( 'display_mode' => 'admin' )); -?>
\ No newline at end of file +?> diff --git a/admin/admin_wiki_inc.php b/admin/admin_wiki_inc.php index 2cdd0e8..9e08557 100644 --- a/admin/admin_wiki_inc.php +++ b/admin/admin_wiki_inc.php @@ -1,5 +1,4 @@ <?php -// $Header$ // Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al. // 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. diff --git a/admin/pump_wiki_inc.php b/admin/pump_wiki_inc.php index fd546e8..92a6afa 100644 --- a/admin/pump_wiki_inc.php +++ b/admin/pump_wiki_inc.php @@ -1,6 +1,5 @@ <?php /** - * @version $Header$ * @package install * @subpackage pumps */ diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 841aeb3..beed09a 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -122,7 +122,7 @@ $gBitInstaller->registerPreferences( WIKI_PKG_NAME, array( //array( WIKI_PKG_NAME, 'wiki_watch_author','n'), //array( WIKI_PKG_NAME, 'wiki_watch_comments','n'), //array( WIKI_PKG_NAME, 'wiki_watch_editor','n'), - //array( WIKI_PKG_NAME, 'wiki_words','y'), + array( WIKI_PKG_NAME, 'wiki_words','y'), //array( WIKI_PKG_NAME, 'wikibook_hide_add_content','n'), //array( WIKI_PKG_NAME, 'wikibook_use_icons','n'), ) ); diff --git a/admin/upgrades/1.0.0.php b/admin/upgrades/1.0.0.php index 5c8fbe0..dcb3003 100644 --- a/admin/upgrades/1.0.0.php +++ b/admin/upgrades/1.0.0.php @@ -1,6 +1,5 @@ <?php /** - * @version $Header$ */ global $gBitInstaller; diff --git a/admin/upgrades/1.0.1.php b/admin/upgrades/1.0.1.php index 45b3875..774c6fb 100644 --- a/admin/upgrades/1.0.1.php +++ b/admin/upgrades/1.0.1.php @@ -1,6 +1,5 @@ <?php /** - * @version $Header$ */ global $gBitInstaller; |
