- Updated watchod call.

4.6.x
Dries Buytaert 2005-01-09 10:07:17 +00:00
parent df6fe90286
commit 37d9be8f33
2 changed files with 2 additions and 0 deletions

View File

@ -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))
);

View File

@ -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))
);