diff options
| author | lsces <lester@lsces.co.uk> | 2016-02-07 17:24:05 +0000 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2016-02-07 17:24:05 +0000 |
| commit | f6fe5cc088cf37b3a716e28d88add0b706379707 (patch) | |
| tree | 46e9ad671e140f6002011f208d986520754b71e3 | |
| parent | 440dd66a18d5f3f58c20f297e5c7d7be1741c77b (diff) | |
| download | search-f6fe5cc088cf37b3a716e28d88add0b706379707.tar.gz search-f6fe5cc088cf37b3a716e28d88add0b706379707.tar.bz2 search-f6fe5cc088cf37b3a716e28d88add0b706379707.zip | |
Tidy Docblock text
| -rw-r--r-- | cmd_line_reindex.php | 3 | ||||
| -rw-r--r-- | directory_search.php | 2 | ||||
| -rw-r--r-- | index.php | 16 | ||||
| -rw-r--r-- | refresh.php | 2 | ||||
| -rw-r--r-- | refresh_functions.php | 2 | ||||
| -rw-r--r-- | search_lib.php | 2 | ||||
| -rw-r--r-- | searchstats_lib.php | 2 | ||||
| -rw-r--r-- | stats.php | 2 |
8 files changed, 18 insertions, 13 deletions
diff --git a/cmd_line_reindex.php b/cmd_line_reindex.php index 2f3200b..2ff439a 100644 --- a/cmd_line_reindex.php +++ b/cmd_line_reindex.php @@ -1,7 +1,5 @@ <?php /** - * @package search - * * Command Line Site Reindex * Created with stub from jht001 and help from KainX (Thanks to you both) * @@ -33,6 +31,7 @@ * I have run the "unindexedonly" option several times in a row and was told it attempted to * reindex 20 pieces of content each time. * + * @package search */ /** diff --git a/directory_search.php b/directory_search.php index 3d84272..319312e 100644 --- a/directory_search.php +++ b/directory_search.php @@ -2,7 +2,7 @@ /** * $Header$ * - * Copyright (c) 2004 bitweaver.org + * @copyright (c) 2004 bitweaver.org * Copyright (c) 2003 tikwiki.org * 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. @@ -1,12 +1,18 @@ <?php -// $Header$ +/** + * $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. + * @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. + * + * @package search + */ -// Initialization +/** + * Initialization + */ require_once( '../kernel/setup_inc.php' ); require_once( SEARCH_PKG_PATH.'/search_lib.php'); diff --git a/refresh.php b/refresh.php index 8c6294b..14e7cec 100644 --- a/refresh.php +++ b/refresh.php @@ -2,7 +2,7 @@ /** * $Header$ * - * Copyright (c) 2004 bitweaver.org + * @copyright (c) 2004 bitweaver.org * Copyright (c) 2003 tikwiki.org * 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/refresh_functions.php b/refresh_functions.php index d2f5fcd..c0f12ac 100644 --- a/refresh_functions.php +++ b/refresh_functions.php @@ -2,7 +2,7 @@ /** * $Header$ * - * Copyright (c) 2004 bitweaver.org + * @copyright (c) 2004 bitweaver.org * Copyright (c) 2003 tikwiki.org * 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/search_lib.php b/search_lib.php index 16fac24..e593351 100644 --- a/search_lib.php +++ b/search_lib.php @@ -2,7 +2,7 @@ /** * $Header$ * - * Copyright (c) 2004 bitweaver.org + * @copyright (c) 2004 bitweaver.org * Copyright (c) 2003 tikwiki.org * 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/searchstats_lib.php b/searchstats_lib.php index a7b724c..2a23f50 100644 --- a/searchstats_lib.php +++ b/searchstats_lib.php @@ -2,7 +2,7 @@ /** * $Header$ * - * Copyright (c) 2004 bitweaver.org + * @copyright (c) 2004 bitweaver.org * Copyright (c) 2003 tikwiki.org * 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. @@ -2,7 +2,7 @@ /** * $Header$ * - * Copyright (c) 2004 bitweaver.org + * @copyright (c) 2004 bitweaver.org * Copyright (c) 2003 tikwiki.org * 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. |
