You are here

function views_bulk_operations_update_6002 in Views Bulk Operations (VBO) 6

Implementation of hook_update_N().

Delete variable views_bulk_operations_actions to pick up new actions.

File

./views_bulk_operations.install, line 130
Installation and update functions.

Code

function views_bulk_operations_update_6002() {
  variable_del('views_bulk_operations_actions');
  return array();
}