Node types are text not numbers. The current use of db_placeholders is generating IN(%d, %d) etc.

Change $query .= " AND type IN (". db_placeholders($process_node_type_list) .")";
To: $query .= " AND type IN (". db_placeholders($process_node_type_list, 'text') .")";

Comments

nancydru’s picture

This is fixed in the patch for #945056: Single log message.

nancydru’s picture

nancydru’s picture

Status: Active » Fixed

Committed to 6.x-1.x-dev

Status: Fixed » Closed (fixed)

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