summaryrefslogtreecommitdiff
path: root/modules/search/search.module
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2005-01-11 05:01:15 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2005-01-11 05:01:15 +0000
commit0b8ff5d19f6cddfd946cbb3627f01e789627f29e (patch)
treee2f5da8a6d5b1e40bda19ed8deb0f570f4d7a074 /modules/search/search.module
parent857082ce7e9bec81287c6b356616ad41bcc225d6 (diff)
downloadbrdo-0b8ff5d19f6cddfd946cbb3627f01e789627f29e.tar.gz
brdo-0b8ff5d19f6cddfd946cbb3627f01e789627f29e.tar.bz2
- Oopsie
Diffstat (limited to 'modules/search/search.module')
-rw-r--r--modules/search/search.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/search/search.module b/modules/search/search.module
index 0d3fca652..eb7cd36f4 100644
--- a/modules/search/search.module
+++ b/modules/search/search.module
@@ -249,7 +249,7 @@ function search_keywords_split($text) {
* Helper function for array_walk in search_keywords_split.
*/
function _search_keywords_truncate(&$text) {
- $text = truncate_utf8($text, 3);
+ $text = truncate_utf8($text, 50);
}
/**