summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BitBook.php6
-rw-r--r--BitPage.php6
-rw-r--r--admin/admin_external_wikis.php2
-rw-r--r--admin/admin_wiki_inc.php2
-rw-r--r--admin/pump_wiki_inc.php2
-rw-r--r--admin/upgrades/1.0.0.php2
-rw-r--r--admin/upgrades/1.0.1.php2
-rw-r--r--backlinks.php4
-rw-r--r--book_to_html.php4
-rw-r--r--books.php4
-rw-r--r--copyrights.php4
-rw-r--r--copyrights_lib.php4
-rw-r--r--display_bitpage_inc.php4
-rw-r--r--edit.php4
-rw-r--r--edit_book.php4
-rw-r--r--export_lib.php4
-rw-r--r--export_wiki_pages.php4
-rw-r--r--index.php4
-rw-r--r--liberty_plugins/data.wikigraph.php2
-rw-r--r--like_pages.php4
-rw-r--r--list_pages.php4
-rw-r--r--lookup_page_inc.php4
-rw-r--r--modules/mod_comm_received_objects.php4
-rw-r--r--modules/mod_comm_received_objects.tpl2
-rw-r--r--modules/mod_last_modif_pages.php4
-rw-r--r--modules/mod_quick_edit.tpl2
-rw-r--r--modules/mod_random_pages.php4
-rw-r--r--modules/mod_random_pages.tpl2
-rw-r--r--modules/mod_search_wiki_page.tpl2
-rw-r--r--modules/mod_top_pages.php4
-rw-r--r--modules/mod_top_pages.tpl2
-rw-r--r--modules/mod_wiki_last_comments.php4
-rw-r--r--modules/mod_wiki_last_comments.tpl2
-rw-r--r--orphan_pages.php4
-rw-r--r--page_history.php4
-rw-r--r--page_loader.php4
-rw-r--r--page_watches.php4
-rw-r--r--plugins_lib.php6
-rw-r--r--print.php4
-rw-r--r--print_multi_pages.php4
-rw-r--r--print_pages.php4
-rw-r--r--rankings.php4
-rw-r--r--remove_page.php4
-rw-r--r--s5.php4
-rw-r--r--[-rwxr-xr-x]slideshow.php4
-rw-r--r--[-rwxr-xr-x]templates/book_toc.tpl0
-rw-r--r--[-rwxr-xr-x]templates/book_toc_endul.tpl0
-rw-r--r--[-rwxr-xr-x]templates/book_toc_leaf.tpl0
-rw-r--r--[-rwxr-xr-x]templates/book_toc_level.tpl0
-rw-r--r--[-rwxr-xr-x]templates/book_toc_startul.tpl0
-rw-r--r--[-rwxr-xr-x]templates/books.tpl0
-rw-r--r--templates/create_book.tpl2
-rw-r--r--[-rwxr-xr-x]templates/create_webhelp.tpl0
-rw-r--r--[-rwxr-xr-x]templates/edit_book.tpl0
-rw-r--r--templates/edit_page.tpl2
-rw-r--r--templates/header_inc.tpl2
-rw-r--r--templates/list_pages.tpl2
-rw-r--r--templates/orphan_pages.tpl2
-rw-r--r--templates/page_history.tpl2
-rw-r--r--templates/page_permissions.tpl2
-rw-r--r--templates/page_select.tpl2
-rw-r--r--templates/page_watches.tpl2
-rw-r--r--templates/print.tpl2
-rw-r--r--templates/print_multi_pages.tpl2
-rw-r--r--templates/simple_plugin.tpl2
-rw-r--r--wiki_graph.php4
-rw-r--r--wiki_rss.php2
67 files changed, 96 insertions, 96 deletions
diff --git a/BitBook.php b/BitBook.php
index 82700d0..2f2a908 100644
--- a/BitBook.php
+++ b/BitBook.php
@@ -3,7 +3,7 @@
* BitBook class
*
* @author spider <spider@steelsun.com>
- * @version $Revision: 1.14 $
+ * @version $Revision$
* @package wiki
*/
// +----------------------------------------------------------------------+
@@ -18,7 +18,7 @@
// | Authors: spider <spider@steelsun.com>
// +----------------------------------------------------------------------+
//
-// $Id: BitBook.php,v 1.14 2010/04/17 22:46:11 wjames5 Exp $
+// $Id$
/**
@@ -34,7 +34,7 @@ define('BITBOOK_CONTENT_TYPE_GUID', 'bitbook' );
*
* @abstract
* @author spider <spider@steelsun.com>
- * @version $Revision: 1.14 $
+ * @version $Revision$
* @package wiki
*/
class BitBook extends BitPage {
diff --git a/BitPage.php b/BitPage.php
index 5e4e34d..d8bb4fe 100644
--- a/BitPage.php
+++ b/BitPage.php
@@ -1,11 +1,11 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_wiki/BitPage.php,v 1.125 2010/04/17 22:46:11 wjames5 Exp $
+ * @version $Header$
* @package wiki
*
* @author spider <spider@steelsun.com>
*
- * @version $Revision: 1.125 $ $Date: 2010/04/17 22:46:11 $ $Author: wjames5 $
+ * @version $Revision$
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -13,7 +13,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: BitPage.php,v 1.125 2010/04/17 22:46:11 wjames5 Exp $
+ * $Id$
*/
/**
diff --git a/admin/admin_external_wikis.php b/admin/admin_external_wikis.php
index 7d4e8e7..66f03d1 100644
--- a/admin/admin_external_wikis.php
+++ b/admin/admin_external_wikis.php
@@ -1,5 +1,5 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_wiki/admin/admin_external_wikis.php,v 1.7 2010/02/08 21:27:27 wjames5 Exp $
+// $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/admin_wiki_inc.php b/admin/admin_wiki_inc.php
index 42a04ae..2cdd0e8 100644
--- a/admin/admin_wiki_inc.php
+++ b/admin/admin_wiki_inc.php
@@ -1,5 +1,5 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_wiki/admin/admin_wiki_inc.php,v 1.34 2009/10/01 14:17:07 wjames5 Exp $
+// $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 9c3966e..fd546e8 100644
--- a/admin/pump_wiki_inc.php
+++ b/admin/pump_wiki_inc.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_wiki/admin/pump_wiki_inc.php,v 1.3 2008/01/22 08:52:00 moooooooo Exp $
+ * @version $Header$
* @package install
* @subpackage pumps
*/
diff --git a/admin/upgrades/1.0.0.php b/admin/upgrades/1.0.0.php
index 8d9bc16..5c8fbe0 100644
--- a/admin/upgrades/1.0.0.php
+++ b/admin/upgrades/1.0.0.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_wiki/admin/upgrades/1.0.0.php,v 1.5 2008/12/22 12:37:46 squareing Exp $
+ * @version $Header$
*/
global $gBitInstaller;
diff --git a/admin/upgrades/1.0.1.php b/admin/upgrades/1.0.1.php
index 725c75d..45b3875 100644
--- a/admin/upgrades/1.0.1.php
+++ b/admin/upgrades/1.0.1.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_wiki/admin/upgrades/1.0.1.php,v 1.2 2008/12/22 12:36:38 squareing Exp $
+ * @version $Header$
*/
global $gBitInstaller;
diff --git a/backlinks.php b/backlinks.php
index 4cf9981..22f45c3 100644
--- a/backlinks.php
+++ b/backlinks.php
@@ -3,13 +3,13 @@
* assigned_modules
*
* @author spider <spider@steelsun.com>
- * @version $Revision: 1.17 $
+ * @version $Revision$
* @package wiki
* @subpackage functions
* @copyright Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
* @license Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.
*/
-// $Header: /cvsroot/bitweaver/_bit_wiki/backlinks.php,v 1.17 2010/02/08 21:27:27 wjames5 Exp $
+// $Header$
// All Rights Reserved. See below for details and a complete list of authors.
/**
diff --git a/book_to_html.php b/book_to_html.php
index 0a2db0d..692a139 100644
--- a/book_to_html.php
+++ b/book_to_html.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/book_to_html.php,v 1.7 2010/02/08 21:27:27 wjames5 Exp $
+ * $Header$
*
* 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: book_to_html.php,v 1.7 2010/02/08 21:27:27 wjames5 Exp $
+ * $Id$
* @package wiki
* @subpackage functions
*/
diff --git a/books.php b/books.php
index 4b6c1bf..a6015d0 100644
--- a/books.php
+++ b/books.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/books.php,v 1.7 2010/02/08 21:27:27 wjames5 Exp $
+ * $Header$
*
* 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: books.php,v 1.7 2010/02/08 21:27:27 wjames5 Exp $
+ * $Id$
* @package wiki
* @subpackage functions
*/
diff --git a/copyrights.php b/copyrights.php
index 30c79c9..302ea0b 100644
--- a/copyrights.php
+++ b/copyrights.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/copyrights.php,v 1.11 2010/02/08 21:27:27 wjames5 Exp $
+ * $Header$
*
* 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: copyrights.php,v 1.11 2010/02/08 21:27:27 wjames5 Exp $
+ * $Id$
* @package wiki
* @subpackage functions
*/
diff --git a/copyrights_lib.php b/copyrights_lib.php
index 2b07dd3..d194c76 100644
--- a/copyrights_lib.php
+++ b/copyrights_lib.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/copyrights_lib.php,v 1.8 2009/10/01 14:17:07 wjames5 Exp $
+ * $Header$
*
* 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: copyrights_lib.php,v 1.8 2009/10/01 14:17:07 wjames5 Exp $
+ * $Id$
* @package wiki
*/
diff --git a/display_bitpage_inc.php b/display_bitpage_inc.php
index e3706e5..b40fb09 100644
--- a/display_bitpage_inc.php
+++ b/display_bitpage_inc.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/display_bitpage_inc.php,v 1.50 2010/04/25 15:25:10 lsces Exp $
+ * $Header$
*
* 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: display_bitpage_inc.php,v 1.50 2010/04/25 15:25:10 lsces Exp $
+ * $Id$
* @package wiki
* @subpackage functions
*/
diff --git a/edit.php b/edit.php
index 309d940..cb99bb7 100644
--- a/edit.php
+++ b/edit.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/edit.php,v 1.63 2010/02/08 21:27:27 wjames5 Exp $
+ * $Header$
*
* 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.php,v 1.63 2010/02/08 21:27:27 wjames5 Exp $
+ * $Id$
* @package wiki
* @subpackage functions
*/
diff --git a/edit_book.php b/edit_book.php
index 3f445d3..45d4444 100644
--- a/edit_book.php
+++ b/edit_book.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/edit_book.php,v 1.20 2010/02/08 21:27:27 wjames5 Exp $
+ * $Header$
*
* 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_book.php,v 1.20 2010/02/08 21:27:27 wjames5 Exp $
+ * $Id$
* @package wiki
* @subpackage functions
*/
diff --git a/export_lib.php b/export_lib.php
index ba6967b..0ff97de 100644
--- a/export_lib.php
+++ b/export_lib.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/export_lib.php,v 1.12 2009/10/01 14:17:07 wjames5 Exp $
+ * $Header$
*
* 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: export_lib.php,v 1.12 2009/10/01 14:17:07 wjames5 Exp $
+ * $Id$
* @package wiki
*/
diff --git a/export_wiki_pages.php b/export_wiki_pages.php
index 408d90f..e69c32e 100644
--- a/export_wiki_pages.php
+++ b/export_wiki_pages.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/export_wiki_pages.php,v 1.6 2010/02/08 21:27:27 wjames5 Exp $
+ * $Header$
*
* 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: export_wiki_pages.php,v 1.6 2010/02/08 21:27:27 wjames5 Exp $
+ * $Id$
* @package wiki
* @subpackage functions
*/
diff --git a/index.php b/index.php
index dd94eb4..810a711 100644
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/index.php,v 1.15 2010/02/08 21:27:27 wjames5 Exp $
+ * $Header$
*
* 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: index.php,v 1.15 2010/02/08 21:27:27 wjames5 Exp $
+ * $Id$
* @package wiki
* @subpackage functions
*/
diff --git a/liberty_plugins/data.wikigraph.php b/liberty_plugins/data.wikigraph.php
index e4b54db..98a8843 100644
--- a/liberty_plugins/data.wikigraph.php
+++ b/liberty_plugins/data.wikigraph.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Revision: 1.6 $
+ * @version $Revision$
* @package liberty
* @subpackage plugins_data
*/
diff --git a/like_pages.php b/like_pages.php
index 9c0b508..6d37658 100644
--- a/like_pages.php
+++ b/like_pages.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/like_pages.php,v 1.18 2010/02/08 21:27:27 wjames5 Exp $
+ * $Header$
*
* 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: like_pages.php,v 1.18 2010/02/08 21:27:27 wjames5 Exp $
+ * $Id$
* @package wiki
* @subpackage functions
*/
diff --git a/list_pages.php b/list_pages.php
index fb338d6..a440244 100644
--- a/list_pages.php
+++ b/list_pages.php
@@ -1,8 +1,8 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/list_pages.php,v 1.27 2010/02/08 21:27:27 wjames5 Exp $
+ * $Header$
*
- * $Id: list_pages.php,v 1.27 2010/02/08 21:27:27 wjames5 Exp $
+ * $Id$
* @package wiki
* @subpackage functions
*/
diff --git a/lookup_page_inc.php b/lookup_page_inc.php
index 2263813..72658a2 100644
--- a/lookup_page_inc.php
+++ b/lookup_page_inc.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/lookup_page_inc.php,v 1.31 2010/04/25 15:25:10 lsces Exp $
+ * $Header$
*
* 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: lookup_page_inc.php,v 1.31 2010/04/25 15:25:10 lsces Exp $
+ * $Id$
* @package wiki
* @subpackage functions
*/
diff --git a/modules/mod_comm_received_objects.php b/modules/mod_comm_received_objects.php
index ec0ad57..677130f 100644
--- a/modules/mod_comm_received_objects.php
+++ b/modules/mod_comm_received_objects.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/modules/mod_comm_received_objects.php,v 1.6 2009/10/01 14:17:07 wjames5 Exp $
+ * $Header$
*
* 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: mod_comm_received_objects.php,v 1.6 2009/10/01 14:17:07 wjames5 Exp $
+ * $Id$
* @package wiki
* @subpackage modules
*/
diff --git a/modules/mod_comm_received_objects.tpl b/modules/mod_comm_received_objects.tpl
index f02d194..ec3bdda 100644
--- a/modules/mod_comm_received_objects.tpl
+++ b/modules/mod_comm_received_objects.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_wiki/modules/mod_comm_received_objects.tpl,v 1.3 2006/02/09 14:52:47 squareing Exp $ *}
+{* $Header$ *}
{if $gBitSystem->isFeatureActive( 'feature_comm' )}
{bitmodule title="$moduleTitle" name="comm_received_objects"}
<table class="module box"><tr>
diff --git a/modules/mod_last_modif_pages.php b/modules/mod_last_modif_pages.php
index d051bb8..a8ca2c5 100644
--- a/modules/mod_last_modif_pages.php
+++ b/modules/mod_last_modif_pages.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/modules/mod_last_modif_pages.php,v 1.10 2009/10/01 14:17:07 wjames5 Exp $
+ * $Header$
*
* 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: mod_last_modif_pages.php,v 1.10 2009/10/01 14:17:07 wjames5 Exp $
+ * $Id$
* @package wiki
* @subpackage modules
*/
diff --git a/modules/mod_quick_edit.tpl b/modules/mod_quick_edit.tpl
index 3b93e6b..3a90662 100644
--- a/modules/mod_quick_edit.tpl
+++ b/modules/mod_quick_edit.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_wiki/modules/mod_quick_edit.tpl,v 1.2 2006/04/11 13:10:33 squareing Exp $ *}
+{* $Header$ *}
{strip}
{if $gBitUser->hasPermission( 'p_wiki_edit_page' )}
{bitmodule title="$moduleTitle" name="quick_edit"}
diff --git a/modules/mod_random_pages.php b/modules/mod_random_pages.php
index 0861f27..8bb92ae 100644
--- a/modules/mod_random_pages.php
+++ b/modules/mod_random_pages.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/modules/mod_random_pages.php,v 1.9 2009/10/01 14:17:07 wjames5 Exp $
+ * $Header$
*
* 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: mod_random_pages.php,v 1.9 2009/10/01 14:17:07 wjames5 Exp $
+ * $Id$
* @package wiki
* @subpackage modules
*/
diff --git a/modules/mod_random_pages.tpl b/modules/mod_random_pages.tpl
index 2cbac5c..372921a 100644
--- a/modules/mod_random_pages.tpl
+++ b/modules/mod_random_pages.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_wiki/modules/mod_random_pages.tpl,v 1.4 2007/01/17 20:16:24 spiderr Exp $ *}
+{* $Header$ *}
{strip}
{if $gBitSystem->isPackageActive( 'wiki' ) && $modRandomPages}
{bitmodule title="$moduleTitle" name="random_pages"}
diff --git a/modules/mod_search_wiki_page.tpl b/modules/mod_search_wiki_page.tpl
index 2bfe3f5..29c9749 100644
--- a/modules/mod_search_wiki_page.tpl
+++ b/modules/mod_search_wiki_page.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_wiki/modules/mod_search_wiki_page.tpl,v 1.3 2007/02/25 19:43:07 bitweaver Exp $ *}
+{* $Header$ *}
{strip}
{if $gBitUser->hasPermission('p_wiki_view_page')}
{bitmodule title="$moduleTitle" name="search_box"}
diff --git a/modules/mod_top_pages.php b/modules/mod_top_pages.php
index e6f361b..be0237f 100644
--- a/modules/mod_top_pages.php
+++ b/modules/mod_top_pages.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/modules/mod_top_pages.php,v 1.11 2009/10/01 14:17:07 wjames5 Exp $
+ * $Header$
*
* 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: mod_top_pages.php,v 1.11 2009/10/01 14:17:07 wjames5 Exp $
+ * $Id$
* @package wiki
* @subpackage modules
*/
diff --git a/modules/mod_top_pages.tpl b/modules/mod_top_pages.tpl
index 4c58520..9357ee5 100644
--- a/modules/mod_top_pages.tpl
+++ b/modules/mod_top_pages.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_wiki/modules/mod_top_pages.tpl,v 1.9 2007/01/17 20:16:24 spiderr Exp $ *}
+{* $Header$ *}
{strip}
{if $gBitSystem->isPackageActive( 'wiki' ) && $modTopPages}
{bitmodule title="$moduleTitle" name="top_pages"}
diff --git a/modules/mod_wiki_last_comments.php b/modules/mod_wiki_last_comments.php
index 49ff415..87178ec 100644
--- a/modules/mod_wiki_last_comments.php
+++ b/modules/mod_wiki_last_comments.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/modules/mod_wiki_last_comments.php,v 1.7 2009/10/01 14:17:07 wjames5 Exp $
+ * $Header$
*
* 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: mod_wiki_last_comments.php,v 1.7 2009/10/01 14:17:07 wjames5 Exp $
+ * $Id$
* @package wiki
* @subpackage modules
*/
diff --git a/modules/mod_wiki_last_comments.tpl b/modules/mod_wiki_last_comments.tpl
index 9d8484f..662d09e 100644
--- a/modules/mod_wiki_last_comments.tpl
+++ b/modules/mod_wiki_last_comments.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_wiki/modules/mod_wiki_last_comments.tpl,v 1.3 2006/03/25 20:55:08 squareing Exp $ *}
+{* $Header$ *}
{if $lastComments}
{if $nonums eq 'y'}
{eval var="{tr}Last `$module_rows` wiki comments{/tr}" assign="tpl_module_title"}
diff --git a/orphan_pages.php b/orphan_pages.php
index a74b321..017c4a5 100644
--- a/orphan_pages.php
+++ b/orphan_pages.php
@@ -1,8 +1,8 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/orphan_pages.php,v 1.20 2010/02/08 21:27:27 wjames5 Exp $
+ * $Header$
*
- * $Id: orphan_pages.php,v 1.20 2010/02/08 21:27:27 wjames5 Exp $
+ * $Id$
* @package wiki
* @subpackage functions
*/
diff --git a/page_history.php b/page_history.php
index 89d5581..4255051 100644
--- a/page_history.php
+++ b/page_history.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/page_history.php,v 1.35 2010/02/08 21:27:27 wjames5 Exp $
+ * $Header$
*
* 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: page_history.php,v 1.35 2010/02/08 21:27:27 wjames5 Exp $
+ * $Id$
* @package wiki
* @subpackage functions
*/
diff --git a/page_loader.php b/page_loader.php
index 002b07e..85885e3 100644
--- a/page_loader.php
+++ b/page_loader.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/page_loader.php,v 1.5 2010/02/08 21:27:27 wjames5 Exp $
+ * $Header$
*
* 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: page_loader.php,v 1.5 2010/02/08 21:27:27 wjames5 Exp $
+ * $Id$
* @package wiki
* @subpackage functions
*/
diff --git a/page_watches.php b/page_watches.php
index ac83a71..08bf7fd 100644
--- a/page_watches.php
+++ b/page_watches.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/page_watches.php,v 1.10 2010/02/08 21:27:27 wjames5 Exp $
+ * $Header$
*
* 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: page_watches.php,v 1.10 2010/02/08 21:27:27 wjames5 Exp $
+ * $Id$
* @package wiki
* @subpackage functions
*/
diff --git a/plugins_lib.php b/plugins_lib.php
index 0ac3836..c4d9a3b 100644
--- a/plugins_lib.php
+++ b/plugins_lib.php
@@ -25,7 +25,7 @@
* @package wiki
* @subpackage PluginsLib
* @author Claudio Bustos
- * @version $Revision: 1.2 $
+ * @version $Revision$
*/
class PluginsLib extends BitBase {
var $_errors;
@@ -119,7 +119,7 @@
function getVersion() {
return tra("No version indicated");
//return preg_replace("/[Revision: $]/", '',
- // "\$Revision: 1.2 $");
+ // "\$Revision$");
}
/**
* Returns the default arguments for the plugin
@@ -158,7 +158,7 @@
* @package wiki
* @subpackage PluginsLib
* @author Claudio Bustos
- * @version $Revision: 1.2 $
+ * @version $Revision$
*/
class PluginsLibUtil {
/**
diff --git a/print.php b/print.php
index a99abce..042c22e 100644
--- a/print.php
+++ b/print.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/print.php,v 1.25 2010/04/24 08:11:22 lsces Exp $
+ * $Header$
*
* 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: print.php,v 1.25 2010/04/24 08:11:22 lsces Exp $
+ * $Id$
* @package wiki
* @subpackage functions
*/
diff --git a/print_multi_pages.php b/print_multi_pages.php
index 9cc3c58..1c673b2 100644
--- a/print_multi_pages.php
+++ b/print_multi_pages.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/print_multi_pages.php,v 1.13 2010/02/08 21:27:27 wjames5 Exp $
+ * $Header$
*
* 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: print_multi_pages.php,v 1.13 2010/02/08 21:27:27 wjames5 Exp $
+ * $Id$
* @package wiki
* @subpackage functions
*/
diff --git a/print_pages.php b/print_pages.php
index 3111d16..a901dc5 100644
--- a/print_pages.php
+++ b/print_pages.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/print_pages.php,v 1.13 2010/02/08 21:27:27 wjames5 Exp $
+ * $Header$
*
* 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: print_pages.php,v 1.13 2010/02/08 21:27:27 wjames5 Exp $
+ * $Id$
* @package wiki
* @subpackage functions
*/
diff --git a/rankings.php b/rankings.php
index dd009ba..c8fe411 100644
--- a/rankings.php
+++ b/rankings.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/rankings.php,v 1.15 2010/02/08 21:27:27 wjames5 Exp $
+ * $Header$
*
* 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: rankings.php,v 1.15 2010/02/08 21:27:27 wjames5 Exp $
+ * $Id$
* @package wiki
* @subpackage functions
*/
diff --git a/remove_page.php b/remove_page.php
index a1b55e0..ff541b8 100644
--- a/remove_page.php
+++ b/remove_page.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/remove_page.php,v 1.15 2010/02/08 21:27:27 wjames5 Exp $
+ * $Header$
*
* 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: remove_page.php,v 1.15 2010/02/08 21:27:27 wjames5 Exp $
+ * $Id$
* @package wiki
* @subpackage functions
*/
diff --git a/s5.php b/s5.php
index b2f3782..e92563a 100644
--- a/s5.php
+++ b/s5.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/s5.php,v 1.11 2009/10/01 14:17:07 wjames5 Exp $
+ * $Header$
*
* 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: s5.php,v 1.11 2009/10/01 14:17:07 wjames5 Exp $
+ * $Id$
* @package wiki
* @subpackage functions
*/
diff --git a/slideshow.php b/slideshow.php
index c7381e1..6ab9c25 100755..100644
--- a/slideshow.php
+++ b/slideshow.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/slideshow.php,v 1.24 2010/02/08 21:27:27 wjames5 Exp $
+ * $Header$
*
* 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: slideshow.php,v 1.24 2010/02/08 21:27:27 wjames5 Exp $
+ * $Id$
* @package wiki
* @subpackage functions
*/
diff --git a/templates/book_toc.tpl b/templates/book_toc.tpl
index cd7c434..cd7c434 100755..100644
--- a/templates/book_toc.tpl
+++ b/templates/book_toc.tpl
diff --git a/templates/book_toc_endul.tpl b/templates/book_toc_endul.tpl
index 3d3a44c..3d3a44c 100755..100644
--- a/templates/book_toc_endul.tpl
+++ b/templates/book_toc_endul.tpl
diff --git a/templates/book_toc_leaf.tpl b/templates/book_toc_leaf.tpl
index 02fe8e3..02fe8e3 100755..100644
--- a/templates/book_toc_leaf.tpl
+++ b/templates/book_toc_leaf.tpl
diff --git a/templates/book_toc_level.tpl b/templates/book_toc_level.tpl
index fc33b9a..fc33b9a 100755..100644
--- a/templates/book_toc_level.tpl
+++ b/templates/book_toc_level.tpl
diff --git a/templates/book_toc_startul.tpl b/templates/book_toc_startul.tpl
index be10942..be10942 100755..100644
--- a/templates/book_toc_startul.tpl
+++ b/templates/book_toc_startul.tpl
diff --git a/templates/books.tpl b/templates/books.tpl
index eeea9be..eeea9be 100755..100644
--- a/templates/books.tpl
+++ b/templates/books.tpl
diff --git a/templates/create_book.tpl b/templates/create_book.tpl
index 5ae6adc..6ed99e3 100644
--- a/templates/create_book.tpl
+++ b/templates/create_book.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_wiki/templates/create_book.tpl,v 1.3 2008/11/17 21:57:04 pppspoonman Exp $ *}
+{* $Header$ *}
{strip}
<div class="floaticon">{bithelp}</div>
diff --git a/templates/create_webhelp.tpl b/templates/create_webhelp.tpl
index 4ed46ec..4ed46ec 100755..100644
--- a/templates/create_webhelp.tpl
+++ b/templates/create_webhelp.tpl
diff --git a/templates/edit_book.tpl b/templates/edit_book.tpl
index 8c13158..8c13158 100755..100644
--- a/templates/edit_book.tpl
+++ b/templates/edit_book.tpl
diff --git a/templates/edit_page.tpl b/templates/edit_page.tpl
index 662dc02..6a841b8 100644
--- a/templates/edit_page.tpl
+++ b/templates/edit_page.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_wiki/templates/edit_page.tpl,v 1.47 2010/04/17 04:28:31 wjames5 Exp $ *}
+{* $Header$ *}
{strip}
<div class="floaticon">{bithelp}</div>
<div class="edit wiki">
diff --git a/templates/header_inc.tpl b/templates/header_inc.tpl
index d985fce..85a9b59 100644
--- a/templates/header_inc.tpl
+++ b/templates/header_inc.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_wiki/templates/header_inc.tpl,v 1.9 2009/10/09 04:24:43 wjames5 Exp $ *}
+{* $Header$ *}
{strip}
{if $gBitSystem->isPackageActive( 'rss' ) and $gBitSystem->isFeatureActive( 'wiki_rss' ) and $smarty.const.ACTIVE_PACKAGE eq 'wiki' and $gBitUser->hasPermission( 'p_wiki_view_page' )}
<link rel="alternate" type="application/rss+xml" title="{$gBitSystem->getConfig('fisheye_rss_title',"{tr}Wiki{/tr} RSS")}" href="{$smarty.const.WIKI_PKG_URL}wiki_rss.php?version={$gBitSystem->getConfig('rssfeed_default_version',0)}{if $gBitSystem->getConfig( 'rssfeed_httpauth' ) && $gBitUser->isRegistered()}&httpauth=y{/if}" />
diff --git a/templates/list_pages.tpl b/templates/list_pages.tpl
index da7ae17..930a85e 100644
--- a/templates/list_pages.tpl
+++ b/templates/list_pages.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_wiki/templates/list_pages.tpl,v 1.30 2010/02/09 17:21:22 wjames5 Exp $ *}
+{* $Header$ *}
{strip}
<div class="floaticon">{bithelp}</div>
diff --git a/templates/orphan_pages.tpl b/templates/orphan_pages.tpl
index c9e4b74..8244fee 100644
--- a/templates/orphan_pages.tpl
+++ b/templates/orphan_pages.tpl
@@ -1,3 +1,3 @@
-{* $Header: /cvsroot/bitweaver/_bit_wiki/templates/orphan_pages.tpl,v 1.2 2005/07/17 17:36:47 squareing Exp $ *}
+{* $Header$ *}
{assign var=pagetitle value="{tr}Orphan Wiki Pages{/tr}"}
{include file="bitpackage:wiki/list_pages.tpl"}
diff --git a/templates/page_history.tpl b/templates/page_history.tpl
index dc16e61..9d767b7 100644
--- a/templates/page_history.tpl
+++ b/templates/page_history.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_wiki/templates/page_history.tpl,v 1.17 2008/11/05 15:34:49 laetzer Exp $ *}
+{* $Header$ *}
{strip}
<div class="admin wiki">
<div class="header">
diff --git a/templates/page_permissions.tpl b/templates/page_permissions.tpl
index 1412ca3..d29a435 100644
--- a/templates/page_permissions.tpl
+++ b/templates/page_permissions.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_wiki/templates/page_permissions.tpl,v 1.7 2006/09/03 20:15:35 squareing Exp $ *}
+{* $Header$ *}
{strip}
<div class="floaticon">{bithelp}</div>
diff --git a/templates/page_select.tpl b/templates/page_select.tpl
index 67e60d0..1781e3f 100644
--- a/templates/page_select.tpl
+++ b/templates/page_select.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_wiki/templates/page_select.tpl,v 1.5 2007/09/27 13:49:58 spiderr Exp $ *}
+{* $Header$ *}
<div class="header">
<h1>Multiple pages match "{$choose}"</h1>
diff --git a/templates/page_watches.tpl b/templates/page_watches.tpl
index ac597c2..1972a2d 100644
--- a/templates/page_watches.tpl
+++ b/templates/page_watches.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_wiki/templates/page_watches.tpl,v 1.1 2006/09/03 08:40:01 jht001 Exp $ *}
+{* $Header$ *}
{strip}
<div class="admin wiki">
<div class="header">
diff --git a/templates/print.tpl b/templates/print.tpl
index 54f060b..5f7da21 100644
--- a/templates/print.tpl
+++ b/templates/print.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_wiki/templates/print.tpl,v 1.2 2005/12/05 23:56:06 squareing Exp $ *}
+{* $Header$ *}
{* Index we display a wiki page here *}
diff --git a/templates/print_multi_pages.tpl b/templates/print_multi_pages.tpl
index 45619ac..4027e82 100644
--- a/templates/print_multi_pages.tpl
+++ b/templates/print_multi_pages.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_wiki/templates/print_multi_pages.tpl,v 1.3 2006/03/25 20:55:09 squareing Exp $ *}
+{* $Header$ *}
{include file="bitpackage:kernel/header.tpl"}
<div id="printpage">
diff --git a/templates/simple_plugin.tpl b/templates/simple_plugin.tpl
index e41b7b6..1bf4c91 100644
--- a/templates/simple_plugin.tpl
+++ b/templates/simple_plugin.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_wiki/templates/simple_plugin.tpl,v 1.1 2005/06/19 06:12:45 bitweaver Exp $ *}
+{* $Header$ *}
{box title=$title}
diff --git a/wiki_graph.php b/wiki_graph.php
index 4db2da3..6b10cec 100644
--- a/wiki_graph.php
+++ b/wiki_graph.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/wiki_graph.php,v 1.8 2010/02/08 21:27:27 wjames5 Exp $
+ * $Header$
*
* 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: wiki_graph.php,v 1.8 2010/02/08 21:27:27 wjames5 Exp $
+ * $Id$
* @package wiki
* @subpackage functions
*/
diff --git a/wiki_rss.php b/wiki_rss.php
index 986fd32..b570acf 100644
--- a/wiki_rss.php
+++ b/wiki_rss.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_wiki/wiki_rss.php,v 1.18 2010/02/08 21:27:27 wjames5 Exp $
+ * @version $Header$
* @package wiki
* @subpackage functions
*/