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
37d9be8f
Commit
37d9be8f
authored
Jan 09, 2005
by
Dries
Browse files
- Updated watchod call.
parent
df6fe902
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/search.module
View file @
37d9be8f
...
...
@@ -481,6 +481,7 @@ function search_view() {
// Log the search keys:
watchdog
(
'search'
,
t
(
'Search: %keys (%type).'
,
array
(
'%keys'
=>
"<em>
$keys
</em>"
,
'%type'
=>
module_invoke
(
$type
,
'search'
,
'name'
))),
WATCHDOG_NOTICE
,
l
(
t
(
'results'
),
'search'
,
NULL
,
'keys='
.
urlencode
(
$keys
)
.
'&type='
.
urlencode
(
$type
))
);
...
...
modules/search/search.module
View file @
37d9be8f
...
...
@@ -481,6 +481,7 @@ function search_view() {
// Log the search keys:
watchdog
(
'search'
,
t
(
'Search: %keys (%type).'
,
array
(
'%keys'
=>
"<em>
$keys
</em>"
,
'%type'
=>
module_invoke
(
$type
,
'search'
,
'name'
))),
WATCHDOG_NOTICE
,
l
(
t
(
'results'
),
'search'
,
NULL
,
'keys='
.
urlencode
(
$keys
)
.
'&type='
.
urlencode
(
$type
))
);
...
...
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