"added missing \"None\" label for contact-type"

This commit is contained in:
Ralf Becker 2007-09-06 11:15:12 +00:00
parent a5dc5e8b0d
commit 59cf6042fa

View File

@ -90,6 +90,7 @@ class contact_widget
} }
$cell['type'] = 'select'; $cell['type'] = 'select';
$cell['no_lang'] = 1; $cell['no_lang'] = 1;
$cell['size'] = 'None';
break; break;
case 'contact-account': case 'contact-account':