Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
0b8ff5d1
Commit
0b8ff5d1
authored
Jan 11, 2005
by
Steven Wittens
Browse files
- Oopsie
parent
857082ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/search.module
View file @
0b8ff5d1
...
...
@@ -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
);
}
/**
...
...
modules/search/search.module
View file @
0b8ff5d1
...
...
@@ -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
);
}
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment