From d164384e62e756c128359ee39e1881290679ad90 Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Tue, 10 Sep 2002 10:53:10 +0000 Subject: - fixing a typo (was missing a $). --- modules/user.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user.module') diff --git a/modules/user.module b/modules/user.module index 4827c8a21..2c99c6b94 100644 --- a/modules/user.module +++ b/modules/user.module @@ -125,7 +125,7 @@ function user_save($account, $array = array()) { $values[] = "'". md5($value) ."'"; } else if (substr($key, 0, 4) !== "auth") { - if (in_array($key, user_fields)) { + if (in_array($key, $user_fields)) { $fields[] = check_query($key); $values[] = "'". check_query($value) ."'"; } -- cgit v1.2.3