#53628, postscriptum to Profile module: fapi conversion + minor fixes, patch by Zen
parent
39268045ca
commit
fd99435941
|
@ -186,6 +186,7 @@ function profile_field_form($arg = NULL) {
|
|||
$form['fid'] = array('#type' => 'value',
|
||||
'#value' => $fid,
|
||||
);
|
||||
$type = $edit['type'];
|
||||
}
|
||||
else {
|
||||
drupal_not_found();
|
||||
|
|
|
@ -186,6 +186,7 @@ function profile_field_form($arg = NULL) {
|
|||
$form['fid'] = array('#type' => 'value',
|
||||
'#value' => $fid,
|
||||
);
|
||||
$type = $edit['type'];
|
||||
}
|
||||
else {
|
||||
drupal_not_found();
|
||||
|
|
Loading…
Reference in New Issue