Hi, thanks for this addon! Nominated

Only one problem: if i enable "Activate linklist option?" for custom field i have DB error when i'm adding new custom field
Code:
Database error in vBulletin 4.2.0:
Invalid SQL:
INSERT INTO vbvbglossar_entryfields (entryfieldcategoryid, title, description, type, required, maxlength, size, displayorder, data, height, def, optional, perline)
VALUES (
'1',
'Descrizione',
'Descrizione del soggetto',
'textarea',
'3',
'100',
'50',
'1',
'',
'4',
'0',
'0',
'0'
);
MySQL Error : Unknown column 'type' in 'field list'
Error Number : 1054
Request Date : Monday, May 13th 2013 @ 11:08:35 AM
Error Date : Monday, May 13th 2013 @ 11:08:36 AM
How can i fix this error?
Antonio