28 May
2006
28 May
'06
6:43 p.m.
AjK wrote:
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?
I think so, yes. Cheers, Gerhard