aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search/fulltext_mysql.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2006-07-30 14:09:52 +0000
committerNils Adermann <naderman@naderman.de>2006-07-30 14:09:52 +0000
commit0815df3c58df315bc3bdcfdbd4462281b9a2b2f2 (patch)
treea8ad92a7c49ce44a6a988c5020dbfc74e4c27201 /phpBB/includes/search/fulltext_mysql.php
parent7bff8d1096652cb1749943b6eae2593c3f664e59 (diff)
downloadforums-0815df3c58df315bc3bdcfdbd4462281b9a2b2f2.tar
forums-0815df3c58df315bc3bdcfdbd4462281b9a2b2f2.tar.gz
forums-0815df3c58df315bc3bdcfdbd4462281b9a2b2f2.tar.bz2
forums-0815df3c58df315bc3bdcfdbd4462281b9a2b2f2.tar.xz
forums-0815df3c58df315bc3bdcfdbd4462281b9a2b2f2.zip
- removed an accidentaly pasted line [Bug #3227]
- added missing images to acp_styles [Bug #2623] and added a new image btn_warn - use the style name when exporting a style instead of the non existant path [Bug #2343] - fixed an incorrect call of acp_styles::install_style() [Bug #2325] - always define $search_query in fulltext_mysql [Bug #3476] git-svn-id: file:///svn/phpbb/trunk@6216 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/search/fulltext_mysql.php')
-rw-r--r--phpBB/includes/search/fulltext_mysql.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/search/fulltext_mysql.php b/phpBB/includes/search/fulltext_mysql.php
index 3e904e22e5..0b12e7cea9 100644
--- a/phpBB/includes/search/fulltext_mysql.php
+++ b/phpBB/includes/search/fulltext_mysql.php
@@ -30,6 +30,7 @@ class fulltext_mysql extends search_backend
var $stats = array();
var $word_length = array();
var $split_words = array();
+ var $search_query;
var $common_words = array();
function fulltext_mysql(&$error)