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 YOUR NAME <USER@develer.com>2009-02-11 19:08:40 (GMT)
commit99117c7e0c84e43df584808faee69c7b9275571f (patch)
treed9d2d2ce85314249b3948431bd555ab2ab057309
parentdccb1dd989bac65339e0f6b442cc86a55d45866c (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