diff options
Diffstat (limited to '')
-rw-r--r-- | search.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/search.php b/search.php index 9153e9aac..58f80c8b8 100644 --- a/search.php +++ b/search.php @@ -1,9 +1,9 @@ <?php // +-----------------------------------------------------------------------+ -// | search.php | +// | search.php | // +-----------------------------------------------------------------------+ // | application : PhpWebGallery <http://phpwebgallery.net> | -// | branch : 1.4 | +// | branch : BSF (Best So Far) | // +-----------------------------------------------------------------------+ // | file : $RCSfile$ // | last update : $Date$ @@ -101,4 +101,4 @@ pwg_log( 'search', $title ); mysql_close(); $template->pparse('search'); include('include/page_tail.php'); -?>
\ No newline at end of file +?> |