commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-old / views_bulk_operations / views_bulk_operations.install
1 <?php
2
3 /**
4 * @file
5 * Installation and update functions.
6 */
7
8 /**
9 * Implements hook_uninstall().
10 */
11 function views_bulk_operations_uninstall() {
12 // Remove VBO actions that are now orphaned.
13 actions_synchronize(TRUE);
14 }