Hi,
in biblio.module it must be
$items['admin/settings/biblio/author/type/%/edit'] = array(
...
'page arguments' => array('biblio_admin_author_types_form_edit', 'edit', 5),
...
);
with the 5 at the end instead of the currently used "6". Otherwise the title field at admin/settings/biblio/author/type/nn/edit will be empty.
I guess there's also a little type in biblio_admin_author_types_form in
SELECT * FROM {biblio_contributor_type_data WHERE...
where the curly bracket is not closed. However, this seems to have no effect, so I'm not sure if it's important.
Comments
Comment #1
rjerome commentedThanks, Fixed.
Ron.