summaryrefslogtreecommitdiff
path: root/modules/profile
diff options
context:
space:
mode:
authorGerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org>2006-03-18 01:38:29 +0000
committerGerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org>2006-03-18 01:38:29 +0000
commitfd994359412b50d2f64fe7f8c1f1beba8802e04b (patch)
tree14775bad0ae3aacd28207d0f39649134e26ed2fa /modules/profile
parent39268045ca47c7db9884440d4f1dbffadffafe75 (diff)
downloadbrdo-fd994359412b50d2f64fe7f8c1f1beba8802e04b.tar.gz
brdo-fd994359412b50d2f64fe7f8c1f1beba8802e04b.tar.bz2
#53628, postscriptum to Profile module: fapi conversion + minor fixes, patch by Zen
Diffstat (limited to 'modules/profile')
-rw-r--r--modules/profile/profile.module1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/profile/profile.module b/modules/profile/profile.module
index 48686441a..259836363 100644
--- a/modules/profile/profile.module
+++ b/modules/profile/profile.module
@@ -186,6 +186,7 @@ function profile_field_form($arg = NULL) {
$form['fid'] = array('#type' => 'value',
'#value' => $fid,
);
+ $type = $edit['type'];
}
else {
drupal_not_found();