The $type parameter of watchdog('views bulk operations', ...etc... ); is 21 characters in length, the maximum supported length is 16
The $type parameter of watchdog('views bulk operations', ...etc... ); is 21 characters in length, the maximum supported length is 16
Comments
Comment #1
bojanz commentedWow, 16 chars column limit? That's pure madness.
I see that in D7 the limit is raised to 64 chars, which is why I didn't catch it (I don't use D6).
Pushed a fix to the D6 branch (basically changing "type" to "vbo").