4.6.x
Steven Wittens 2005-01-11 05:01:15 +00:00
parent 857082ce7e
commit 0b8ff5d19f
2 changed files with 2 additions and 2 deletions

View File

@ -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);
}
/**

View File

@ -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);
}
/**