summaryrefslogtreecommitdiff
path: root/list_pages.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2005-12-26 12:27:43 +0000
committerMax Kremmel <xing@synapse.plus.com>2005-12-26 12:27:43 +0000
commite142f1af7040016c0d076ba7b7d659b8ec2485f3 (patch)
tree47c219c1f88707c89d1039d4377a92c5738b3a02 /list_pages.php
parent5ecb47f7f6ebf210bd9133d1974f067b51a3a300 (diff)
downloadwiki-e142f1af7040016c0d076ba7b7d659b8ec2485f3.tar.gz
wiki-e142f1af7040016c0d076ba7b7d659b8ec2485f3.tar.bz2
wiki-e142f1af7040016c0d076ba7b7d659b8ec2485f3.zip
merge recent changes into HEAD
Diffstat (limited to 'list_pages.php')
-rw-r--r--list_pages.php7
1 files changed, 2 insertions, 5 deletions
diff --git a/list_pages.php b/list_pages.php
index 7d355aa..03f7a95 100644
--- a/list_pages.php
+++ b/list_pages.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/list_pages.php,v 1.4 2005/08/01 18:42:04 squareing Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/list_pages.php,v 1.5 2005/12/26 12:27:43 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: list_pages.php,v 1.4 2005/08/01 18:42:04 squareing Exp $
+ * $Id: list_pages.php,v 1.5 2005/12/26 12:27:43 squareing Exp $
* @package wiki
* @subpackage functions
*/
@@ -87,9 +87,6 @@ if (isset($_REQUEST['page'])) {
$gBitSmarty->assign_by_ref('offset', $offset);
if (isset($_REQUEST["find"])) {
$find = $_REQUEST["find"];
-// If we leave $_REQUEST["find"] set, it also seems to affect other places
-// like the shoutbox.
- $_REQUEST["find"] = "";
} else {
$find = '';
}