Projet

Général

Profil

Paste
Télécharger (226 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / views_bulk_operations / views_bulk_operations.install @ 87dbc3bf

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
}