Projet

Général

Profil

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

root / drupal7 / sites / all / modules / feeds / feeds_ui / feeds_ui.install @ 41cc1b08

1
<?php
2

    
3
/**
4
 * @file
5
 * Install, uninstall, and update functions for the feeds_ui module.
6
 */
7

    
8
/**
9
 * Empty update function to trigger a menu rebuild.
10
 */
11
function feeds_ui_update_7000() {
12
  // Do nothing.
13
}