diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-12-11 14:13:24 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-12-11 14:13:24 +0000 |
commit | 6e3eb60aab126afd0829120a62bdf0556ec324ac (patch) | |
tree | 420c66f62990e3e9199561aea31b405be83dd541 /modules/user.module | |
parent | a0291bb936ff2fbcdbc5795ec971c84443464c07 (diff) | |
download | brdo-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.module | 2 |
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. |