summaryrefslogtreecommitdiff
path: root/modules/user.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-12-11 14:13:24 +0000
committerDries Buytaert <dries@buytaert.net>2004-12-11 14:13:24 +0000
commit6e3eb60aab126afd0829120a62bdf0556ec324ac (patch)
tree420c66f62990e3e9199561aea31b405be83dd541 /modules/user.module
parenta0291bb936ff2fbcdbc5795ec971c84443464c07 (diff)
downloadbrdo-6e3eb60aab126afd0829120a62bdf0556ec324ac.tar.gz
brdo-6e3eb60aab126afd0829120a62bdf0556ec324ac.tar.bz2
- Removed some cruft: left-over xxx_help_page() functions.
Diffstat (limited to 'modules/user.module')
-rw-r--r--modules/user.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user.module b/modules/user.module
index f6708d939..a07fa5fef 100644
--- a/modules/user.module
+++ b/modules/user.module
@@ -111,7 +111,7 @@ function user_save($account, $array = array(), $category = 'account') {
$query .= "$key = '%s', ";
$v[] = $value;
}
- else if ($key != 'roles') {
+ else if ($key != 'roles') {
// Roles is a special case: it used below.
if ($value === null) {
// Setting a field to null deletes it from the data column.