diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-03-19 11:03:07 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-03-19 11:03:07 -0400 |
commit | 739bb522fd5d3ec57d6b7a7398c33f96d65a8d4e (patch) | |
tree | 6a20993fbdbbf9467d36a2a5d87de73a807435c2 /actions/noticesearchrss.php | |
parent | e7c57b43073888d18760e2411b207a4ee2cf508b (diff) | |
parent | d1b2a9d7087ecc171f941755b4c3a420cd202842 (diff) |
Merge branch 'master' into 0.7.x
Diffstat (limited to 'actions/noticesearchrss.php')
-rw-r--r-- | actions/noticesearchrss.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/actions/noticesearchrss.php b/actions/noticesearchrss.php index 0f98ed04b..ba5276d06 100644 --- a/actions/noticesearchrss.php +++ b/actions/noticesearchrss.php @@ -62,9 +62,6 @@ class NoticesearchrssAction extends Rss10Action $notice = new Notice(); - # lcase it for comparison - $q = strtolower($q); - $search_engine = $notice->getSearchEngine('identica_notices'); $search_engine->set_sort_mode('chron'); |