Closed (fixed)
Project:
Views Bulk Operations (VBO)
Version:
6.x-1.12
Component:
Core
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2011 at 11:20 UTC
Updated:
13 Nov 2011 at 18:40 UTC
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").