Projet

Général

Profil

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

root / drupal7 / sites / all / modules / date / date_popup / date_popup.install @ db9ffd17

1
<?php
2

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

    
8
/**
9
 * Implements hook_install().
10
 */
11
function date_popup_install() {
12
}
13

    
14
/**
15
 * Implements hook_uninstall().
16
 */
17
function date_popup_uninstall() {
18

    
19
}
20

    
21
/**
22
 * Implements hook_enable().
23
 */
24
function date_popup_enable() {
25

    
26
}
27

    
28
/**
29
 * Implements hook_disable().
30
 */
31
function date_popup_disable() {
32

    
33
}