$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

jbrown’s picture

Assigned: Unassigned » jbrown
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.