summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Palmer <nick@sluggardy.net>2007-06-25 09:03:46 +0000
committerNick Palmer <nick@sluggardy.net>2007-06-25 09:03:46 +0000
commite3aeaa1a4660894bf1f576a76705d36d7d9fd8d3 (patch)
tree3c1318ee14c2a0273a057fa856d7db77b5f880b4
parent459b143efddc81f1c2c5fec2ff11894020a2abe0 (diff)
downloadsearch-e3aeaa1a4660894bf1f576a76705d36d7d9fd8d3.tar.gz
search-e3aeaa1a4660894bf1f576a76705d36d7d9fd8d3.tar.bz2
search-e3aeaa1a4660894bf1f576a76705d36d7d9fd8d3.zip
Remove vd.
-rw-r--r--search_lib.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/search_lib.php b/search_lib.php
index f704ca7..e54fcdc 100644
--- a/search_lib.php
+++ b/search_lib.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_search/search_lib.php,v 1.34 2007/06/22 11:15:00 lsces Exp $
+ * $Header: /cvsroot/bitweaver/_bit_search/search_lib.php,v 1.35 2007/06/25 09:03:46 nickpalmer 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: search_lib.php,v 1.34 2007/06/22 11:15:00 lsces Exp $
+ * $Id: search_lib.php,v 1.35 2007/06/25 09:03:46 nickpalmer Exp $
* @author Luis Argerich (lrargerich@yahoo.com)
* @package search
*/
@@ -169,7 +169,6 @@ class SearchLib extends BitBase {
}
if (count($allowed) > 0 && count($words) > 0) {
- vd($words);
// Putting in the below hack because mssql cannot select distinct on a text blob column.
$qPlaceHolders1 = implode(',', array_fill(0, count($words), '?'));