summaryrefslogtreecommitdiff
path: root/modules/user/user.module
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2007-01-02 05:05:38 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2007-01-02 05:05:38 +0000
commitdfd86399c07794db856ad3ad4007792057d6c689 (patch)
tree0516fc3876b5ab983fd776fdc81f6e7ea2a25e98 /modules/user/user.module
parent7172ab6b8f274a170a19dd857e2f394bc23a70a3 (diff)
downloadbrdo-dfd86399c07794db856ad3ad4007792057d6c689.tar.gz
brdo-dfd86399c07794db856ad3ad4007792057d6c689.tar.bz2
#106232 by chx. Add spaces for code style.
Diffstat (limited to 'modules/user/user.module')
-rw-r--r--modules/user/user.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.module b/modules/user/user.module
index fec9202bb..d11297f7a 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -2591,7 +2591,7 @@ function theme_user_filters($form) {
}
$output .= '<li><dl class="multiselect">' . (sizeof($form['current']) ? '<dt><em>'. t('and') .'</em> '. t('where') .'</dt>' : '') . '<dd class="a">';
- foreach(element_children($form['filter']) as $key) {
+ foreach (element_children($form['filter']) as $key) {
$output .= drupal_render($form['filter'][$key]);
}
$output .= '</dd>';