summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcvs2git <cvs2git@bitweaver.org>2010-06-09 18:13:14 +0200
committernickpalmer <nick@sluggardy.net>2010-06-09 18:13:14 +0200
commit313a593652a755f7d6ebe3ce22607f3edbfc4432 (patch)
tree6054b7bd165ab18d21741475322aec2c3ee5acbe
parentc6f1a722c2489b99d5c7d56195ac24abf0a4da77 (diff)
downloadsearch-313a593652a755f7d6ebe3ce22607f3edbfc4432.tar.gz
search-313a593652a755f7d6ebe3ce22607f3edbfc4432.tar.bz2
search-313a593652a755f7d6ebe3ce22607f3edbfc4432.zip
Strip down CVS keywords.pre-lf-storage-path-to-file-name
-rw-r--r--admin/admin_search_inc.php2
-rw-r--r--directory_search.php4
-rw-r--r--index.php2
-rw-r--r--modules/mod_global_search.php4
-rw-r--r--modules/mod_global_search.tpl2
-rw-r--r--modules/mod_package_search.php4
-rw-r--r--modules/mod_package_search.tpl2
-rw-r--r--refresh.php4
-rw-r--r--refresh_functions.php4
-rw-r--r--search_lib.php4
-rw-r--r--searchstats_lib.php4
-rw-r--r--stats.php4
12 files changed, 20 insertions, 20 deletions
diff --git a/admin/admin_search_inc.php b/admin/admin_search_inc.php
index 3d83886..d383c82 100644
--- a/admin/admin_search_inc.php
+++ b/admin/admin_search_inc.php
@@ -1,6 +1,6 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_search/admin/admin_search_inc.php,v 1.19 2010/04/17 22:46:10 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.
diff --git a/directory_search.php b/directory_search.php
index 07993e9..9693381 100644
--- a/directory_search.php
+++ b/directory_search.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_search/directory_search.php,v 1.11 2010/02/08 21:27:25 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: directory_search.php,v 1.11 2010/02/08 21:27:25 wjames5 Exp $
+ * $Id$
* @author Luis Argerich (lrargerich@yahoo.com)
* @package search
* @subpackage functions
diff --git a/index.php b/index.php
index 622ce24..c6b26b8 100644
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_search/index.php,v 1.29 2010/04/17 15:36:08 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.
diff --git a/modules/mod_global_search.php b/modules/mod_global_search.php
index 0103a8a..21cad84 100644
--- a/modules/mod_global_search.php
+++ b/modules/mod_global_search.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_search/modules/mod_global_search.php,v 1.12 2010/04/17 15:36:08 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_global_search.php,v 1.12 2010/04/17 15:36:08 wjames5 Exp $
+ * $Id$
* @author Luis Argerich (lrargerich@yahoo.com)
* @package search
* @subpackage modules
diff --git a/modules/mod_global_search.tpl b/modules/mod_global_search.tpl
index bf696a0..455a82e 100644
--- a/modules/mod_global_search.tpl
+++ b/modules/mod_global_search.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_search/modules/mod_global_search.tpl,v 1.2 2005/07/17 17:36:15 squareing Exp $ *}
+{* $Header$ *}
{if $gBitSystem->isPackageActive( 'search' )}
{bitmodule title="$moduleTitle" name="search_new"}
diff --git a/modules/mod_package_search.php b/modules/mod_package_search.php
index bab98c8..3a388cd 100644
--- a/modules/mod_package_search.php
+++ b/modules/mod_package_search.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_search/modules/mod_package_search.php,v 1.16 2010/04/17 15:36:08 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_package_search.php,v 1.16 2010/04/17 15:36:08 wjames5 Exp $
+ * $Id$
* @author Luis Argerich (lrargerich@yahoo.com)
* @package search
* @subpackage modules
diff --git a/modules/mod_package_search.tpl b/modules/mod_package_search.tpl
index 34723a3..ab0c498 100644
--- a/modules/mod_package_search.tpl
+++ b/modules/mod_package_search.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_search/modules/mod_package_search.tpl,v 1.2 2005/07/17 17:36:15 squareing Exp $ *}
+{* $Header$ *}
{if $gBitSystem->isPackageActive( 'search' )}
{bitmodule title="$moduleTitle" name="pkg_search_box"}
{include file=$miniSearchRsrc}
diff --git a/refresh.php b/refresh.php
index 034735e..8c6294b 100644
--- a/refresh.php
+++ b/refresh.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_search/refresh.php,v 1.9 2009/10/01 14:17:04 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: refresh.php,v 1.9 2009/10/01 14:17:04 wjames5 Exp $
+ * $Id$
* @author Luis Argerich (lrargerich@yahoo.com)
* @package search
* @subpackage functions
diff --git a/refresh_functions.php b/refresh_functions.php
index 056188a..d2f5fcd 100644
--- a/refresh_functions.php
+++ b/refresh_functions.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_search/refresh_functions.php,v 1.33 2009/10/01 14:17:04 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: refresh_functions.php,v 1.33 2009/10/01 14:17:04 wjames5 Exp $
+ * $Id$
* @author Luis Argerich (lrargerich@yahoo.com)
* @package search
* @subpackage functions
diff --git a/search_lib.php b/search_lib.php
index 75df74f..a9966ed 100644
--- a/search_lib.php
+++ b/search_lib.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_search/search_lib.php,v 1.43 2009/10/01 14:17:04 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: search_lib.php,v 1.43 2009/10/01 14:17:04 wjames5 Exp $
+ * $Id$
* @author Luis Argerich (lrargerich@yahoo.com)
* @package search
*/
diff --git a/searchstats_lib.php b/searchstats_lib.php
index 601054a..a77f89c 100644
--- a/searchstats_lib.php
+++ b/searchstats_lib.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_search/searchstats_lib.php,v 1.9 2009/10/01 14:17:04 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: searchstats_lib.php,v 1.9 2009/10/01 14:17:04 wjames5 Exp $
+ * $Id$
* @author Luis Argerich (lrargerich@yahoo.com)
* @package search
*/
diff --git a/stats.php b/stats.php
index 67a3ffc..1d6b253 100644
--- a/stats.php
+++ b/stats.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_search/stats.php,v 1.11 2010/02/08 21:27:25 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: stats.php,v 1.11 2010/02/08 21:27:25 wjames5 Exp $
+ * $Id$
* @author Luis Argerich (lrargerich@yahoo.com)
* @package search
* @subpackage functions