Projet

Général

Profil

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

root / drupal7 / sites / all / modules / ctools / ctools_ajax_sample / ctools_ajax_sample.install @ e4c061ad

1 85ad3d82 Assos Assos
<?php
2
3
/**
4
 * @file 
5
 */
6
7
/**
8
 * Implementation of hook_install() 
9
 */
10
function ctools_ajax_sample_install() {
11
12
}
13
14
/**
15
 * Implementation of hook_uninstall() 
16
 */
17
function ctools_ajax_sample_uninstall() {
18
19
}