diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2005-01-11 05:01:15 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2005-01-11 05:01:15 +0000 |
commit | 0b8ff5d19f6cddfd946cbb3627f01e789627f29e (patch) | |
tree | e2f5da8a6d5b1e40bda19ed8deb0f570f4d7a074 /modules/search.module | |
parent | 857082ce7e9bec81287c6b356616ad41bcc225d6 (diff) | |
download | brdo-0b8ff5d19f6cddfd946cbb3627f01e789627f29e.tar.gz brdo-0b8ff5d19f6cddfd946cbb3627f01e789627f29e.tar.bz2 |
- Oopsie
Diffstat (limited to 'modules/search.module')
-rw-r--r-- | modules/search.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/search.module b/modules/search.module index 0d3fca652..eb7cd36f4 100644 --- a/modules/search.module +++ b/modules/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); } /** |