Hey there. Just wanted to point out a small bug in the D5 version.
Don't know if this was part of a Bulk Permissions that was left unfinished, or a simple mistake, but in the "export_node_operations()" function, on line 114, there permission for bulk exporting seems incorrect:
if (user_access('export bulk nodes')) {
should be:
if (user_access('export node')) {
I had to alter the code so that non-superusers could bulk export. Hope that helps!
Comments
Comment #1
danielb commentedThis is now a permission in the new release.