summaryrefslogtreecommitdiff
path: root/directory_search.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-02-04 19:04:34 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-02-04 19:04:34 +0000
commit0987e213ec9400dffb7cf21d9dd0387a90f0abc9 (patch)
tree8e1c76c4a4e69f283b52f2e1dcd2e9a7aed80769 /directory_search.php
parent7927ad42671951dfb0030c5ef110769294dcb15c (diff)
downloadsearch-0987e213ec9400dffb7cf21d9dd0387a90f0abc9.tar.gz
search-0987e213ec9400dffb7cf21d9dd0387a90f0abc9.tar.bz2
search-0987e213ec9400dffb7cf21d9dd0387a90f0abc9.zip
remove more outdated code: $section and other old template assignments
Diffstat (limited to 'directory_search.php')
-rw-r--r--directory_search.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/directory_search.php b/directory_search.php
index d8f254b..4583774 100644
--- a/directory_search.php
+++ b/directory_search.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_search/directory_search.php,v 1.4 2006/01/27 21:56:30 squareing Exp $
+ * $Header: /cvsroot/bitweaver/_bit_search/directory_search.php,v 1.5 2006/02/04 19:04:34 squareing Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* All Rights Reserved. See copyright.txt for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details
*
- * $Id: directory_search.php,v 1.4 2006/01/27 21:56:30 squareing Exp $
+ * $Id: directory_search.php,v 1.5 2006/02/04 19:04:34 squareing Exp $
* @author Luis Argerich (lrargerich@yahoo.com)
* @package search
* @subpackage functions
@@ -77,8 +77,6 @@ if ($offset > 0) {
$gBitSmarty->assign_by_ref('items', $items["data"]);
-$section = 'directory';
-
// Display the template
$gBitSystem->display( 'bitpackage:search/directory_search.tpl');