'flag bookmarks', 'roles' => array( 'Student' => 'Student', 'administrator' => 'administrator', 'root' => 'root', ), 'module' => 'flag', ); // Exported permission: 'unflag bookmarks'. $permissions['unflag bookmarks'] = array( 'name' => 'unflag bookmarks', 'roles' => array( 'Student' => 'Student', 'administrator' => 'administrator', 'root' => 'root', ), 'module' => 'flag', ); return $permissions; }