Projet

Général

Profil

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

root / drupal7 / sites / all / modules / views_slideshow / views_slideshow.install @ b433176d

1
<?php
2

    
3
/**
4
 * @file
5
 * Handles Views Slideshow installation and upgrade tasks.
6
 */
7

    
8
 /**
9
  * Ensure all caches are cleared. Primarily for 7.x-3.2 -> 7.x-3.4+.
10
  *
11
  * Implements hook_update_N().
12
  */
13
function views_slideshow_update_7300(&$sandbox) {
14
}