Posted by joachim on March 1, 2009 at 8:39am
Jump to:
| Project: | Type-local nids |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | jbrown |
| Status: | closed (fixed) |
Issue Summary
$node is node defined in the function type_local_nids_node_type:
case 'delete':
db_query("
DELETE FROM {node_lnid_next}
WHERE type = '%s'
",
$node->type
);
break;You probably want $info->type like further down.
Comments
#1
http://drupal.org/cvs?commit=202684
Thanks joachim
#2
Automatically closed -- issue fixed for 2 weeks with no activity.