#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',
|
$form['fid'] = array('#type' => 'value',
|
||||||
'#value' => $fid,
|
'#value' => $fid,
|
||||||
);
|
);
|
||||||
|
$type = $edit['type'];
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
drupal_not_found();
|
drupal_not_found();
|
||||||
|
|
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue