From ac4c8f7ab019f2b6d77e2718a0bda0a1c6a4bd23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Sat, 22 Dec 2007 23:24:26 +0000 Subject: #203274 by Pasqualle: remove excessive witespace from our code (minor) --- modules/user/user.admin.inc | 2 +- modules/user/user.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/user') diff --git a/modules/user/user.admin.inc b/modules/user/user.admin.inc index 2560b6bb0..917a480cc 100644 --- a/modules/user/user.admin.inc +++ b/modules/user/user.admin.inc @@ -934,7 +934,7 @@ function theme_user_admin_account($form) { ); } } - else { + else { $rows[] = array(array('data' => t('No users available.'), 'colspan' => '7')); } diff --git a/modules/user/user.module b/modules/user/user.module index 215a7372f..ce272ea9a 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -494,7 +494,7 @@ function user_access($string, $account = NULL, $reset = FALSE) { * @return boolean TRUE for blocked users, FALSE for active */ function user_is_blocked($name) { - $deny = db_fetch_object(db_query("SELECT name FROM {users} WHERE status = 0 AND name = LOWER('%s')", $name)); + $deny = db_fetch_object(db_query("SELECT name FROM {users} WHERE status = 0 AND name = LOWER('%s')", $name)); return $deny; } -- cgit v1.2.3