Skip to content
Snippets Groups Projects
Commit 4522cf67 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #107424 by webchick: code cleanup.

parent cd9ceae7
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ function watchdog_form_overview() {
'#options' => $names,
'#default_value' => $_SESSION['watchdog_overview_filter']
);
$form['submit'] = array('#type' => 'submit', '#value' =>t('Filter'));
$form['submit'] = array('#type' => 'submit', '#value' => t('Filter'));
$form['#redirect'] = FALSE;
return $form;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment