function views_export_perm

Implementation of hook_perm().

File

views_export/views_export.module, line 43

Code

function views_export_perm() {
    return array(
        'use views exporter',
    );
}