28 May
2006
28 May
'06
6:40 p.m.
return array('janode' => array('name' => t("Jan's node"), 'base' => 'janode'));
is the code in question. IMHO there is a bug there somewhere, as "janode" should be used as the node type when inserting into the database.
Gerhard Are you saying 'base' should be returned by node_get_types() and not 'name' in this case? If so, I can look at this and provide a patch if needed. best regards --AjK