#53628, postscriptum to Profile module: fapi conversion + minor fixes, patch by Zen

4.7.x
Gerhard Killesreiter 2006-03-18 01:38:29 +00:00
parent 39268045ca
commit fd99435941
2 changed files with 2 additions and 0 deletions

View File

@ -186,6 +186,7 @@ function profile_field_form($arg = NULL) {
$form['fid'] = array('#type' => 'value', $form['fid'] = array('#type' => 'value',
'#value' => $fid, '#value' => $fid,
); );
$type = $edit['type'];
} }
else { else {
drupal_not_found(); drupal_not_found();

View File

@ -186,6 +186,7 @@ function profile_field_form($arg = NULL) {
$form['fid'] = array('#type' => 'value', $form['fid'] = array('#type' => 'value',
'#value' => $fid, '#value' => $fid,
); );
$type = $edit['type'];
} }
else { else {
drupal_not_found(); drupal_not_found();