summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/profile.module2
-rw-r--r--modules/profile/profile.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/profile.module b/modules/profile.module
index c97deadbb..c5d044290 100644
--- a/modules/profile.module
+++ b/modules/profile.module
@@ -48,7 +48,7 @@ function profile_settings() {
$profile_public_fields = variable_get("profile_public_fields", array());
$profile_private_fields = variable_get("profile_private_fields", array());
- $profile_required_fields = variable_get("profile_require_fields", array());
+ $profile_required_fields = variable_get("profile_required_fields", array());
$profile_register_fields = variable_get("profile_register_fields", array());
$output = "<table border=\"1\" cellpadding=\"2\" cellspacing=\"2\">\n";
diff --git a/modules/profile/profile.module b/modules/profile/profile.module
index c97deadbb..c5d044290 100644
--- a/modules/profile/profile.module
+++ b/modules/profile/profile.module
@@ -48,7 +48,7 @@ function profile_settings() {
$profile_public_fields = variable_get("profile_public_fields", array());
$profile_private_fields = variable_get("profile_private_fields", array());
- $profile_required_fields = variable_get("profile_require_fields", array());
+ $profile_required_fields = variable_get("profile_required_fields", array());
$profile_register_fields = variable_get("profile_register_fields", array());
$output = "<table border=\"1\" cellpadding=\"2\" cellspacing=\"2\">\n";