Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2008-12-19 17:31:25 (GMT)
committer David Farning <dfarning@gmail.com>2009-03-21 00:19:25 (GMT)
commita00862c508f3a508e17aebbcbd019b7398b5e3d0 (patch)
treef1cb65a1150b2554082c59758f32f2cfcb140a2d
parent5a8203645f37eafb7ea920ea24b42ba35ee3edf8 (diff)
Silence one harmless error
-rw-r--r--site/app/controllers/components/search.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/app/controllers/components/search.php b/site/app/controllers/components/search.php
index e521c2d..cea808c 100644
--- a/site/app/controllers/components/search.php
+++ b/site/app/controllers/components/search.php
@@ -181,6 +181,7 @@ class SearchComponent extends Object {
} else { //in this case enumerate all addons. this allows advanced search to act as a filter
$text_score = "TRUE";
$boolean_score = "TRUE";
+ $_termarray = array();
}
// now initialize compoents of SQL query