Closed (fixed)
Project:
Bibliography Module
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Mar 2009 at 22:30 UTC
Updated:
31 Mar 2009 at 00:40 UTC
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.